Skip to main content
POST
Create External API Configuration

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Body

application/json

External API configuration data.

name
string
required
url
string
required
api_key
string<password>
required
write-only
type
string
default:openai_compatible_llm
Allowed value: "openai_compatible_llm"

Response

Created External API Configuration with ID

Response body for an OpenAI-compatible LLM API configuration.

id
string
required

Unique identifier of the object in the database.

Example:

"01234567-89ab-cdef-0123-456789abcdef"

name
string
required
url
string
required
type
string
default:openai_compatible_llm
Allowed value: "openai_compatible_llm"