Skip to main content
GET
Get Voice

Authorizations

Authorization
string
header
required

API key from Settings > Developer > REST API

Headers

Moda-Version
enum<string>
default:2026-05-01

Calendar-dated API version pin. New integrations should pin 2026-05-01 to opt into the newest response shapes. For back-compat the server also accepts requests with no header and resolves them to the current default (today: 2026-04-12); that default advances on each sunset date. Any unsupported value returns 400 unsupported_version.

Available options:
2026-04-12,
2026-05-01
Example:

"2026-05-01"

Path Parameters

voice_id
string
required

Response

Successful Response

GET /v1/voices/{voice_id}: the list form plus defaults and favorite flags.

id
string
required
name
string
required
description
string | null
required
category
string
required
source
string
required
labels
VoiceLabels · object
required
languages
VoiceLanguage · object[]
required
compatible_models
string[]
required
preview
VoicePreview · object | null
required
availability
VoiceAvailability · object
required
catalog_refreshed_at
string
required
settings_defaults
VoiceSettingsDefaults · object
required
favorite
VoiceFavoriteFlags · object
required
object
string
default:voice
Allowed value: "voice"