Enterprise plan required
REST API access is available on the Enterprise plan. Includes full API access, higher rate limits, and dedicated support.
List voices
Returns the voices available for a site based on its plan. Use the numeric id as voice_id on POST /v1/audio/generate.
Public list (embed / player)
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
domain | string | Required | Primary or allowed domain for the site. Example: yourblog.com |
Response
plan_required reflects which plan tier unlocks the voice (starter, growth, enterprise). The dashboard also exposes authenticated voice routes under GET /v1/voices (session token) for the full account UI.
Using a specific voice
Pass the voice id as integer voice_id in the generate request: