Voices
Get Voices
Get All voices
GET
Authorizations
Response
200
application/json
Voices found.
Array of voice objects
Example:
[
{
"id": 1,
"voiceSampleUrl": "https://example.com/voice-sample.mp3",
"voiceName": "Rose",
"gender": "Female",
"isRecommended": true
},
{
"id": 2,
"voiceSampleUrl": "https://example.com/voice-sample2.mp3",
"voiceName": "John",
"gender": "male",
"isRecommended": false
}
]