Skip to main content
POST
/
v1
/
text-to-speech
API that converts text into lifelike speech with best-in-class latency & uses the most advanced AI audio model ever. Create voiceovers for your videos, audiobooks, or create AI chatbots for free.
curl --request POST \
  --url https://api.zerobot.ai/v1/text-to-speech \
  --header 'Authorization: Bearer <token>'
{
  "completion": {}
}

Introduction

We offer OpenAI’s voices and 11Labs voices. The 11Labs AI model produces the highest-quality AI voices in the industry. The 11Labs text-to-speech model allows you to convert text into audio in 29 languages and 1000s of voices. Integrate our realistic text to speech voices into your react app, use our Python library or our websockets guide to get started.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

conversation_id
string
required
message
string
required

Response

200 - application/json

Successful response

completion
object