Text to Speech

Generate human-grade speech from just a script and a given voice.

Input
POSThttps://api.zoice.com/v1/text-to-speech

Select 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.

POSThttps://api.zoice.com/v1/text-to-speech

The 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 is elevenlabs/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.

Text to Speech