Skip to main content
GET
cURL

Authorizations

X-API-Key
string
header
required

API key

Query Parameters

billingStyle
enum<string>

The billing style used to filter results.

  • VOICE_BILLING_STYLE_INCLUDED - Voices with no additional charges beyond the cost of the call
  • VOICE_BILLING_STYLE_EXTERNAL - Voices with costs billed directly by the TTS provider
Available options:
VOICE_BILLING_STYLE_INCLUDED,
VOICE_BILLING_STYLE_EXTERNAL
Minimum string length: 1
cursor
string

The pagination cursor value.

ownership
enum<string>

The ownership used to filter results.

  • private - Only private voices
  • public - Only public voices
Available options:
private,
public
Minimum string length: 1
pageSize
integer

Number of results to return per page.

primaryLanguage
string

The desired primary language for voice results using BCP47. Voices with different regions/scripts/variants but the same language tag may also be included but will be further down the results. If not provided, all languages are included.

Minimum string length: 1
provider
enum<string>[]

The providers used to filter results.

  • lmnt - LMNT
  • cartesia - Cartesia
  • google - Google
  • respeecher - Respeecher
  • eleven_labs - Eleven Labs
  • inworld - Inworld
Available options:
lmnt,
cartesia,
google,
respeecher,
eleven_labs,
inworld

The search string used to filter results.

Minimum string length: 1

Response

200 - application/json
results
object[]
required
next
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cD00ODY%3D\""

previous
string<uri> | null
Example:

"http://api.example.org/accounts/?cursor=cj0xJnA9NDg3"

total
integer
Example:

123