List cloned voices for organization (legacy assistant-scoped endpoint).
This endpoint retrieves a list of all cloned voices available to a specific assistant’s organization. You can filter by status and provider to find specific voices.Documentation Index
Fetch the complete documentation index at: https://docs.burki.dev/llms.txt
Use this file to discover all available pages before exploring further.
assistant_id (integer, required): The unique identifier of the assistant whose cloned voices you want to list.status (string, optional): Filter cloned voices by status.
processing, ready, failed, archivedprovider (string, optional): Filter cloned voices by TTS provider.
elevenlabs, resemble, cartesia. The providers endpoint returns the current supported set.id (integer): Unique identifier for the cloned voicename (string): Display name of the cloned voiceprovider (string): TTS provider that hosts this voiceprovider_voice_id (string): Provider-specific voice identifierlanguage (string): Language code of the voice (e.g., “en”, “es”)gender (string): Detected or specified gender (“male”, “female”, null)status (string): Current status of the cloned voicequality_score (float): Quality score from 0.0 to 1.0 (if available)created_at (string): ISO 8601 timestamp of voice creationlast_used_at (string): ISO 8601 timestamp of last synthesis (null if never used)synthesis_count (integer): Total number of times this voice has been usedprocessing: Voice cloning is still in progressready: Voice is successfully cloned and ready for usefailed: Voice cloning failed during processingarchived: Voice has been archived and is no longer activeBearer authentication header of the form Bearer <token>, where <token> is your auth token.
Successful Response