List Voices

View as Markdown
Lists the cloned voices in your workspace, newest first. Use the returned `id` with POST /voices/clone (`voice_id`) or GET /voices/{voice_id}. **Base URL:** `https://api.sarvam.ai`. **Auth:** send your key in the `api-subscription-key` header.

Authentication

api-subscription-keystring
API Key authentication via header

Query parameters

searchstringOptional

Filter voices by name (substring match).

genderstringOptional

Filter by gender tag (male or female).

accentstringOptional
Filter by accent tag.
limitintegerOptional1-200Defaults to 50

Page size (max 200).

offsetintegerOptional>=0Defaults to 0
Pagination offset.

Response

A page of cloned voices.
statusstring

success

dataobject

Errors

401
Unauthorized Error
500
Internal Server Error