GET
/
api
/
calls
/
{call_id}
/
stages
/
{call_stage_id}
/
messages
/
{call_stage_message_index}
/
audio
curl --request GET \
  --url https://api.ultravox.ai/api/calls/{call_id}/stages/{call_stage_id}/messages/{call_stage_message_index}/audio \
  --header 'X-API-Key: <api-key>'

Authorizations

X-API-Key
string
header
required

API key

Path Parameters

call_id
string
required
call_stage_id
string
required
call_stage_message_index
integer
required

Response

200

No response body