Skip to main content
GET
/
v1
/
voiceai
/
conversations
/
{conversation_id}
/
audio
Get Conversation Audio
curl --request GET \
  --url https://api.example.com/v1/voiceai/conversations/{conversation_id}/audio \
  --header 'x-api-key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

API key for programmatic access

Path Parameters

conversation_id
string
required

Response

Successful Response