GET
/
list-voices
curl --request GET \
  --url https://client.camb.ai/apis/list-voices \
  --header 'x-api-key: <api-key>'
[
  {
    "id": 123,
    "voice_name": "<string>",
    "gender": 123,
    "age": 123,
    "description": null,
    "transcript": null,
    "is_published": true,
    "language": null
  }
]

Authorizations

x-api-key
string
header
required

The x-api-key is a custom header required for authenticating requests to our API. Include this header in your request with the appropriate API key value to securely access our endpoints. You can find your API key(s) in the 'API' section of our studio website.

Response

200
application/json
Successful Response

The response is of type object[].