Text Synthesis
This takes in text content and gives out either text or voice depending on the request. Look at 1 & 2.
1. Text to Speech
Use Case: Used for creating voice overs, voice translation to other languages and much more.
POST
/text
Headers
Content-Type
application/json
apikey
string
secret
string
Body
text
string
voice
string
responsetype
string
Can be voice, image, video or text. If you need voice and text use voice,text.
inlanguage
string
input language
outlanguage
string
Ignore if you want to get same language
speed
number
0-100. 50 is usually moderate. Its optional. "stream":false
stream
boolean
2. Text to Text
Use Case: For translation, sentence correction and more.
POST
/text
Headers
Content-Type
application/json
Authorization
Bearer <token>
Body
name
string
Name of the user
age
number
Age of the user
Response
Last updated
Was this helpful?