Text to Speech
Text to Speech
High Quality Text to Speech API helpful for all tasks from generating high quality audiobooks, to NPC Dialouge Generation
POST
/
v1
/
rest
/
speech
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Query Parameters
codec
enum<string>
default: mp3_44100_128Available options:
mp3_44100_192
, mp3_44100_128
, mp3_44100_64
, mp3_44100_32
, mp3_44100_16
, mp3_22050_192
, mp3_22050_128
, pcm_16000
, pcm_22050
, pcm_24000
, pcm_44100
, mulaw_8000
Body
application/json
input
string
default: SNR Audio, helps you generate High Quality, Human-Like speech at one-tenth the costrequiredvoice
enum<string>
requiredAvailable options:
rachel
, arnold
, clyde
, thomas
, lily
, sarah
, giovanni
, chris
, antoni
, glinda
, matilda
similarity
number
default: 0Controls the similarity of generated speech to the specified voice. 0.0 means least similar, 1.0 means most similar.
expressiveness
number
default: 0Controls the expressiveness of the generated speech. 0.0 means least expressive, 1.0 means most expressive.
pitch
number
default: 1Controls the pitch of the generated speech. 0.5 means half the original pitch, 1.0 means original pitch, 1.5 means 1.5 times the original pitch.
speed
number
default: 1Controls the speed of the generated speech. 0.5 means half the original speed, 1.0 means original speed, 2.0 means twice the original speed.
Response
200 - application/json
The response is of type any
.