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>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://docs.cartesia.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.

Headers

Cartesia-Version
enum<string>
required

API version header.

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

"2026-03-01"

Path Parameters

call_id
string
required

The ID of the call.

Response

200 - audio/wav

The audio file in WAV format.

The response is of type file.