Skip to main content
GET
Get voices

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Response

The list of available voices

name
string | null
required

The name of the voice

Example:

"Jane"

voiceId
string | null
required

The id of the voice

Example:

"1234567890"

gender
string | null
required

The gender of the voice

Example:

"female"

status
boolean
required

The status of the voice

Example:

true

language
string | null
required

The language of the voice

Example:

"en-US"