Skip to main content
GET
/
api
/
voices
/
list
List voices
curl --request GET \
  --url https://app.demandiq.com/api/voices/list
{
  "voices": [
    {
      "voiceId": "<string>",
      "name": "<string>",
      "description": "<string>",
      "previewUrl": "<string>"
    }
  ]
}

Response

200 - application/json

Available voices

voices
object[]