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.
API version header.
2024-06-10, 2024-11-13, 2025-04-16, 2026-03-01 "2024-06-10"
raw, wav, mp3 The sample rate of the audio in Hz. Supported sample rates are 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.