Voice Changer (SSE)
Voice Changer
Voice Changer (SSE)
POST
Voice Changer (SSE)
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
Headers
API version header.
Available options:
2024-11-13 Example:
"2024-11-13"
Body
multipart/form-data
Available options:
raw, wav, mp3 Required for raw and wav containers.
Available options:
pcm_f32le, pcm_s16le, pcm_mulaw, pcm_alaw Required for mp3 containers.
Response
200 - text/event-stream
Server-sent events stream. Each frame is data: <json>\n\n where the JSON payload matches VoiceChangerSSEEvent.
- VoiceChangerSSEChunk
- VoiceChangerSSEDone
- VoiceChangerSSEError
Audio data chunk.
HTTP-style status code. Always 206 for chunk events.
Available options:
206 Whether this is the final event for the request. Always false for chunk events.
Available options:
false Base64-encoded audio data.
The sample rate of the audio in Hz.
Server-side processing time for this chunk in milliseconds.