Last updated 3 months ago
Was this helpful?
Fetches a list of voices that the user has access to.
GET /api/v1/assets/voices HTTP/1.1 Host: app.colossyan.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
A list of voices
[ { "sample": "text", "genders": [ "text" ], "characters": [ "text" ], "name": "text", "ages": [ "text" ], "features": { "pitch": true, "emphasize": true, "pause": true, "speed": true }, "style": "text", "scenarios": [ "text" ], "displayName": "text", "languages": [ "text" ], "isClonedVoice": true } ]