Skip to main content
GET
/
v1
/
realtime
Realtime WebSocket Connection
curl --request GET \
  --url https://api.ldx.dev/v1/realtime \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "<string>",
    "type": "<string>",
    "param": "<string>",
    "code": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.liandanxia.io/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

model
string

See endpoint details.

Example:

"gpt-4o-realtime-preview"

Response

See endpoint details.