GET
/
pub
/
v1
/
voices
curl --request GET \
  --url https://api.rendernet.ai/pub/v1/voices \
  --header 'X-API-KEY: <x-api-key>'
{
  "data": [
    {
      "age": "young",
      "name": "Rachel",
      "accent": "american",
      "gender": "female",
      "description": "calm",
      "demo": "https://storage.googleapis.com/21m00Tcm4TlvDq8ikWAM/b4928a68-c03b-411f-8533-3d5c299fd451.mp3"
    }
  ],
  "err": {},
  "pagination": {
    "page": 1,
    "page_size": 10,
    "total": 100
  }
}

Headers

X-API-KEY
string
required

API key needed to access our public endpoints. You can find yours under the 'Account' section of the website

Query Parameters

page
integer

The page number of the resource list

page_size
integer

The page size of the resource list

Response

200 - application/json
Successful response containing the list of resources

The response is of type object.