Skip to main content
GET
/
v1
/
external-apis
/
{id}
Retrieve External API Configuration
curl --request GET \
  --url https://api.example.com/v1/external-apis/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "name": "<string>",
  "url": "<string>",
  "type": "openai_compatible_llm"
}

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.

id
string
required

Unique identifier of the object in the database.

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