List voices
Voices
Fetches a list of voices that the user has access to.
Authorizations
Responses
200
A list of voices
application/json
401
Unauthorized. Authentication required.
500
Internal server error.
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?