cURL
curl --request GET \ --url https://api.unifically.com/higgsfield/voices \ --header 'Authorization: Bearer <token>'
{ "code": 200, "data": { "items": [ { "id": "1YxkwUwGY4H3slvZUBRhXW", "name": "Professional Male", "category": "podcast", "preview_url": "https://..." } ], "cursor": "next_page_cursor", "total": 150, "error": {} } }
Fetch available voices for Text-to-Speech generation
-H 'Authorization: Bearer YOUR_API_KEY'
curl -X GET 'https://api.unifically.com/higgsfield/voices?size=20&category=podcast' \ -H 'Authorization: Bearer YOUR_API_KEY'
14
"emotions"
"stream"
"car talk"
"podcast"
"vlog"
"forum"
"coaching"
"reporter"
"selling"
"beauty"
"professions"
"other"
{ "code": 400, "data": { "message": "Invalid category. Valid categories are: emotions, stream, car talk, podcast, vlog, forum, coaching, reporter, selling, beauty, professions, other", "error": {} } }