Skip to main content
A voice is the speaker used by the Text to Speech API. You can list the voices available to your account, retrieve a single one, clone your own from audio samples, and delete clones you’ve created.

Authentication

All Speech endpoints are served from https://platform.perso.ai and authenticate with your API key. Send it as either header:
  • PersoPlatform-APIKey: <YOUR-KEY> — the standard Perso Platform key.
  • xi-api-key: <YOUR-KEY> — the same key, for ElevenLabs-compatible SDKs.

List voices

The response is paginated:
Refine the list with query parameters: search, voice_ids, sort, sort_direction, page_size, next_page_token, and include_total_count.

Retrieve a voice

Clone a voice

Create a new voice from one or more audio samples. Cloning is asynchronous — the request returns 202 Accepted and the voice becomes usable once processing finishes.

Delete a voice

For full request and response schemas, see the endpoints under the Speech API tab.