Skip to main content
GET
/
v1
/
console
/
voices
List Voices
curl --request GET \
  --url http://localhost:8000/v1/console/voices \
  --header 'Authorization: Bearer <token>'
{
  "data": null,
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Enter your JWT access token

Query Parameters

search
string | null

Search by name, description, labels, category

page_size
integer
default:30
Required range: 1 <= x <= 100
next_page_token
string | null

Response

Successful Response

data
unknown
message
string | null
success
boolean
default:true