Skip to main content
List voices via GET /v3/voices; inspect one via GET /v3/voices/{voice_id}. To create a new voice instead, see Design Voices or Clone a Voice. For TTS, see Text to Speech.

Quick Example

Query Parameters

Response Fields

Each voice object in the data array contains:

Filtering Examples

By Language

curl

By Gender

curl

Your Private (Cloned) Voices

curl

TTS-Compatible Voices Only

To get voices that work with POST /v3/voices/speech, filter by the starfish engine:
curl

Pagination

If has_more is true, pass the next_token value as the token query parameter to fetch the next page.
curl