Skip to main content
GET
/
v1
/
robots
/
{ai_id}
/
realtime-audio
/
download
Download Realtime Audio
curl --request GET \
  --url https://api.gbase.ai/v1/robots/{ai_id}/realtime-audio/download \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

ai_id
string
required

Query Parameters

session_id
string
required
segment_index
integer

Response

Successful Response