メインコンテンツへスキップ
GET
/
v1
/
realtime
curl --request GET \
  --url 'https://api.elkapi.com/v1/realtime?model=gpt-5.5' \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "message",
    "type": "type",
    "param": "param",
    "code": "code"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.elkapi.com/llms.txt

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

curl --request GET \
  --url 'https://api.elkapi.com/v1/realtime?model=gpt-5.5' \
  --header 'Authorization: Bearer <token>'
{
  "error": {
    "message": "message",
    "type": "type",
    "param": "param",
    "code": "code"
  }
}

Authorizations

Authorization
string
必須
すべてのエンドポイントで Bearer Token 認証が必要です。リクエストヘッダーに追加します:
Authorization: Bearer YOUR_API_KEY

Query Parameters

model
string
デフォルト:"gpt-5.5"
使用するモデル例:gpt-5.5