Skip to main content
GET
cURL

Authorizations

Authorization
string
header
required

Send your API key as Authorization: Bearer YOUR_API_KEY.

Query Parameters

agentId
string

Answer for the library serving this agent. Omit to answer for the default one.

Minimum string length: 1

Response

The agency voice library.

success
boolean
required
voices
object[]
required
used
integer
required

Voices currently added.

Required range: x >= 0
Example:

1

limit
integer | null
required

How many voices this account may add. Null means unlimited.

Required range: x >= 0
Example:

5

remaining
integer | null
required

Voices still addable. Null whenever limit is null: an unlimited allowance has no remainder, and reporting a number here would be inventing one.

Required range: x >= 0
Example:

4