cURL
curl --request GET \ --url https://app.demand-iq.com/api/voices/list \ --cookie session=
{ "voices": [ { "voice_id": "<string>", "name": "<string>", "category": "<string>", "preview_url": "<string>", "labels": {} } ] }
Returns a curated list of voices suitable for sales presentations.
Session cookie obtained from POST /api/auth/login.
POST /api/auth/login
Voice list with preview URLs
Show child attributes