Text to Speech
Generate human-grade speech from just a script and a given voice.
Input
POST
https://api.zoice.com/v1/text-to-speechSelect a voice
Click to change selected voice.
Select the tts model you would like to use. Keep it empty if unsure.
idle
Using the Endpoint
Use the POST /v1/text-to-speech to create AI-generated realistic speech using the given script_text and voice_id.
POST
https://api.zoice.com/v1/text-to-speechThe body of the request can contain:
voice_id: The unique identifier of the voice to be used to text to speech generation.model: An optional model field indicating which AI model to use. Default iselevenlabs/eleven_v3.script_text: The content of the speech.
Visit the Text to Speech API Documentation to learn about the body parameters, request and response structure, schemas and more.