List Voices
Speech
List Voices
List and search voices with pagination.
Query Parameters
| Parameter | Default | Description |
|---|---|---|
page_size | 30 | Number of voices per page (max 100) |
next_page_token | - | Token for fetching next page |
search | - | Search voices by name |
sort | created_at | Sort field: created_at or name |
sort_direction | desc | Sort order: asc or desc |
include_total_count | true | Include total count in response |
voice_ids | - | Filter by comma-separated voice IDs |
GET
List Voices
Authorizations
Use this header if you want to call the API with an ElevenLabs-compatible SDK. Pass your Perso API key as the xi-api-key header value.
Query Parameters
Include total count in response.
Token for pagination.
Number of voices per page (max 100).
Search voices by name.
Sort field (created_at or name).
Available options:
created_at, name Sort direction.
Available options:
asc, desc Comma-separated list of voice IDs to filter.

