GET
/
v1
/
external-apis
/
{id}
{
  "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.

Path Parameters

id
string
required

External API configuration ID.

Response

Requested External API Configuration

Response body for an OpenAI-compatible LLM API configuration.