メインコンテンツへスキップ
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>"

承認

Authorization
string
header
必須

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

ヘッダー

Cartesia-Version
enum<string>
必須

API version header.

利用可能なオプション:
2026-03-01
:

"2026-03-01"

パスパラメータ

call_id
string
必須

The ID of the call.

レスポンス

200 - audio/wav

The audio file in WAV format.

The response is of type file.