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.
auto
Possible values: pagenumberOptionalDefault:
The page number to retrieve.
0
limitnumber · max: 10000000OptionalDefault:
The maximum number of items per page.
20
Responses
200
Successful response
application/json
400
Invalid request
application/json
get
GET /api/v1/audio/voices HTTP/1.1
Host: shortgenius.com
Authorization: Bearer JWT
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