Search...
/
Homepage
Discord
Playground
Documentation
API Reference
Documentation
API Reference
Use the API
API Conventions
Concurrency Limits and Timeouts
API Status
GET
API Status and Version
TTS
Compare TTS Endpoints
POST
Text to Speech (Bytes)
STREAM
Text to Speech (SSE)
WSS
Text to Speech (WebSocket)
Working with WebSockets
Voices
GET
List Voices
POST
Create Voice
DEL
Delete Voice
PATCH
Update Voice
GET
Get Voice
POST
Localize Voice
POST
Mix Voices
POST
Clone Voice from Clip
Voice Changer
POST
Voice Changer (Bytes)
STREAM
Voice Changer (SSE)
Homepage
Discord
Playground
Voice Changer
Voice Changer (SSE)
POST
https://api.cartesia.ai
/
voice-changer
/
sse
Headers
Auth
X-API-Key
string
Required
Cartesia-Version
"2024-06-10"
Required
Defaults to
2024-06-10
Request
This endpoint expects a multipart form containing a file.
clip
file
Required
voice[id]
string
Required
output_format[container]
enum
Required
Allowed values:
raw
wav
mp3
output_format[sample_rate]
integer
Required
output_format[encoding]
enum
Optional
Required for
raw
and
wav
containers.
Allowed values:
pcm_f32le
pcm_s16le
pcm_mulaw
pcm_alaw
output_format[bit_rate]
integer
Optional
Required for
mp3
containers.
Response
This endpoint returns a stream of object.
Chunk
Show 6 properties
OR
Done
Show 4 properties
OR
Error
Show 5 properties
Built with