Authentication
All Speech endpoints are served fromhttps://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
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 returns202 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.

