Skip to main content
GET
/
api
/
voices
/
list
List available voices
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": {}
    }
  ]
}

Authorizations

session
string
cookie
required

Session cookie obtained from POST /api/auth/login.

Response

Voice list with preview URLs

voices
object[]