List voices
Gets a list of all voices available for text-to-speech.
Authorizations
Query parameters
localestring · enumOptionalDefault:
The locale for which to retrieve voices.
autoPossible values: pagenumberOptionalDefault:
The page number to retrieve.
0limitnumber · max: 10000000OptionalDefault:
The maximum number of items per page.
20Responses
200
Successful response
application/json
400
Invalid request
application/json
get
/audio/voicesGET /api/v1/audio/voices HTTP/1.1
Host: shortgenius.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"id": "text",
"name": "text",
"description": null,
"avatar_url": null,
"flag_url": null,
"tags": {
"language": null,
"accent": null,
"age": null,
"category": null,
"gender": null,
"tone": null,
"useCase": null
},
"preview_url": null,
"locale": "af-ZA",
"source": "Cartesia"
}
]Last updated