List voices

Voices

Retrieve a list of voices

get

Fetches a list of voices that the user has access to.

Authorizations
Responses
200
A list of voices
application/json
get
GET /api/v1/assets/voices HTTP/1.1
Host: app.colossyan.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
  {
    "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
  }
]

Last updated

Was this helpful?