Skip to main content
GET
List voices

Authorizations

chariotai-api-key
string
header
required

Your Chariot API key, generated from the dashboard. Send it in the chariotai-api-key header on every request.

Query Parameters

skip
integer
default:0
Required range: x >= 0
limit
integer
default:10
Required range: 1 <= x <= 100
voice_name
string

Case-insensitive substring match on the voice name.

language
enum<string>
Available options:
en,
hi
accent
enum<string>
Available options:
american,
british,
indian
gender
enum<string>
Available options:
male,
female,
neutral
sort
enum<string>
default:desc

Sort order by creation time.

Available options:
desc,
asc

Response

The list of voices matching the filters.

data
object[]
total_voices
integer
Example:

8