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.
Cartesia API key (sk_car_...). Get one at play.cartesia.ai/keys.
API version header.
2026-03-01 "2026-03-01"
raw, wav, mp3 8000, 16000, 22050, 24000, 44100, 48000 Required for raw and wav containers.
pcm_f32le, pcm_s16le, pcm_mulaw, pcm_alaw Required for mp3 containers.
Server-sent events stream. Each frame is data: <json>\n\n where the JSON payload matches VoiceChangerSSEEvent.
Audio data chunk.
HTTP-style status code. Always 206 for chunk events.
206 Whether this is the final event for the request. Always false for chunk events.
false Base64-encoded audio data.
The sample rate of the audio in Hz.
Server-side processing time for this chunk in milliseconds.