get
https://platform.perso.ai/api/speech/v2/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 |
