Labs

Get Voices

Get list of available voices for Text-to-Speech.

Rate limit: 60 requests/minute

get/v1/labs/voices

Query parameters

page_sizeinteger

Number of voices to return. Maximum 100.

pageinteger

Page number for pagination (0-indexed).

searchstring

Search term to filter voices by name or description. If a 20-character voice ID is provided, it also searches default voices.

genderstring

Filter by gender (e.g. male, female).

agestring

Filter by age group (e.g. young, middle_aged, old).

accentstring

Filter by accent (e.g. american, british, australian).

languagestring

Filter by language (e.g. en, vi, ja).

localestring

Filter by locale.

category'professional' | 'famous' | 'high_quality'

Filter by voice category.

use_casesstring

Filter by use case (e.g. narration, conversational).

descriptivesstring

Filter by descriptive tags.

featuredboolean

Filter featured voices only.

sortstring

Sort criteria for results.

Response

List of voices

public_owner_idstring
voice_idstring

Unique voice identifier

date_unixinteger
namestring

Voice display name

accentstring

Voice accent

genderstring

Voice gender

agestring

Voice age group

descriptivestring

Descriptive tags

use_casestring

Recommended use case

category'generated' | 'cloned' | 'premade' | 'professional' | 'famous' | 'high_quality'

Voice category

languagestring

Primary language

localestring nullable

Voice locale

descriptionstring

Voice description

preview_urlstring

URL to preview audio sample

image_urlstring

Voice avatar image URL

ratenumber

Voice usage rate

free_users_allowedboolean
featuredboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.