Core Endpoints
ElevenLabs Text to Speech
Get a text-to-speech audio data (Eleven Labs model)
POST
This endpoint generates speech from text using the Text to Speech (TTS) model developed by ElevenLabs.
Authorizations
Body
application/json
The text to convert to speech.
The voice ID to use for the speech.
The model ID to use for the speech.
The output format of the audio data.
Response
200
application/json
Successful response
The base64 encoded audio data.
Was this page helpful?