Voices
Get voices
GET
/
api
/
voices
/
Authorizations
X-API-ID
string
headerrequiredAPI ID, from your settings page.
X-API-KEY
string
headerrequiredAPI Key, from your settings page.
Response
200 - application/json
type
enum<string>
requiredType of input, currently only 'text' is supported.
text
- text
Available options:
text
input_text
string
requiredInput text for the voice synthesis, up to 2000 characters.
Maximum length:
2000
voice_id
string | null
Voice ID, if not provided, the default voice will be used.
Maximum length:
50
volume
number
default: 0.8Volume of the voiceover, ranging from 0.0 to 1.0.
Required range:
0 < x < 1