POST
/
v1
/
external-apis
{
  "id": "01234567-89ab-cdef-0123-456789abcdef",
  "type": "openai_compatible_llm",
  "name": "<string>",
  "url": "<string>"
}

Authorizations

x-api-key
string
header
required

Your Beyond Presence API Key.

Body

application/json

External API configuration data. Request body to create an OpenAI-compatible LLM API configuration.

Response

Created External API Configuration with ID

Response body for an OpenAI-compatible LLM API configuration.