Last updated 1 month ago
Gets a list of all voices available for text-to-speech.
The locale for which to retrieve voices.
auto
af-ZA
id-ID
ms-MY
ca-ES
cs-CZ
da-DK
de-DE
en-US
es-ES
es-419
fr-CA
fr-FR
hr-HR
it-IT
hu-HU
nl-NL
no-NO
pl-PL
pt-BR
pt-PT
ro-RO
sk-SK
fi-FI
sv-SE
vi-VN
tr-TR
el-GR
ru-RU
sr-SP
uk-UA
hy-AM
he-IL
ur-PK
ar-SA
hi-IN
th-TH
ko-KR
ja-JP
zh-CN
zh-TW
The page number to retrieve.
0
The maximum number of items per page.
20
A list of available TTS voices.
GET /api/v1/audio/voices HTTP/1.1 Host: shortgenius.com Authorization: Bearer JWT Accept: */*
Successful response
[ { "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" } ]