Skip to main content
GET
/
agents
/
calls
/
{call_id}
/
audio
Download Call Audio
curl --request GET \
  --url https://api.cartesia.ai/agents/calls/{call_id}/audio \
  --header 'Authorization: Bearer <token>' \
  --header 'Cartesia-Version: <cartesia-version>'

Authorizations

Authorization
string
header
required

Cartesia API key

Headers

Cartesia-Version
enum<string>
required

API version header. Must be set to the API version, e.g. '2024-06-10'.

Available options:
2024-06-10,
2024-11-13,
2025-04-16
Example:

"2025-04-16"

Path Parameters

call_id
string
required

The ID of the call.