GET
/
api
/
voices
curl --request GET \
  --url https://api.ultravox.ai/api/voices \
  --header 'X-API-Key: <api-key>'
{
  "next": "http://api.example.org/accounts/?cursor=cD00ODY%3D\"",
  "previous": "http://api.example.org/accounts/?cursor=cj0xJnA9NDg3",
  "results": [
    {
      "voiceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
      "name": "<string>",
      "description": "<string>",
      "previewUrl": "<string>",
      "ownership": "public"
    }
  ],
  "total": 123
}

Authorizations

X-API-Key
string
header
required

API key

Query Parameters

cursor
string

The pagination cursor value.

ownership
string

The ownership used filter results

pageSize
integer

Number of results to return per page.

The search string used to filter results

Response

200 - application/json
results
object[]
required
next
string | null
previous
string | null
total
integer