Search...
/
Homepage
Discord
Playground
Guides
API Reference
Guides
API Reference
WebSocket
WSS
Stream Speech
Working with WebSockets
REST
POST
Stream Speech (Bytes)
STREAM
Stream Speech (Server-Sent Events)
POST
Clone Voice (Clip)
POST
Mix Voices
POST
Localize Voice
POST
Create Voice
DEL
Delete Voice
PATCH
Update Voice
GET
Get Voice
GET
List Voices
GET
API Status and Version
Homepage
Discord
Playground
REST
Create Voice
POST
https://api.cartesia.ai
/
voices
Create a new voice with a given name, description, and embedding.
Headers
Auth
X-API-Key
string
Required
Cartesia-Version
string
Required
The version of the Cartesia API to use.
Request
This endpoint expects an object.
name
string
Required
description
string
Required
embedding
list of doubles
Required
Response
This endpoint returns an object.
id
string
user_id
string
is_public
boolean
name
string
description
string
created_at
string
embedding
list of doubles
Built with