Skip to main content
GET
/
voices
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": [
    {
      "id": "<string>",
      "name": "<string>",
      "language": "<string>",
      "capabilities": {
        "stability": true,
        "similarityBoost": true,
        "style": true,
        "speakerBoost": true,
        "speed": true,
        "speedMin": 123,
        "speedMax": 123,
        "ssml": true
      },
      "supportedLanguages": [
        "<string>"
      ],
      "previewUrl": "<string>",
      "tier": "<string>",
      "accent": "<string>",
      "region": "<string>",
      "descriptorTags": [
        "<string>"
      ],
      "popularityScore": 123,
      "featured": true,
      "verifiedLanguages": [
        {
          "language": "<string>",
          "modelId": "<string>",
          "accent": "<string>",
          "locale": "<string>",
          "previewUrl": "<string>"
        }
      ],
      "defaultSettings": {
        "stability": 123,
        "similarityBoost": 123,
        "style": 123,
        "useSpeakerBoost": true,
        "speed": 123
      }
    }
  ],
  "message": "<string>",
  "errors": [
    {
      "field": "<string>",
      "message": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Flowyte secret API key (Authorization: Bearer flowyte_sk_live_…). Scope-gated; is scoped to your organization — a key can never reach another tenant. The listed scopes in each operation's apiKey requirement are the scopes that key must hold. The tokenUrl is nominal: keys are minted in the dashboard.

Query Parameters

language
string

BCP-47 — matches language_code OR membership in supportedLanguages.

tier
string

voice tier filter.

accent
string

e.g. british | american | australian | indian. Most useful once a language is chosen.

region
string

BCP-47 locale, e.g. en-GB | en-US.

gender
enum<string>
Available options:
female,
male,
neutral
age
enum<string>
Available options:
young,
middle_aged,
old
category
enum<string>
Available options:
professional,
high_quality,
famous,
premade,
cloned
tone
string[]

Mood/tone descriptor (repeatable) — calm, excited, confident, warm, authoritative…

useCase
string

support | sales | receptionist | narration…

q
string

Free-text search over name + descriptor tags.

sort
enum<string>
default:recommended
Available options:
recommended,
newest,
name

Response

Voices.

success
boolean
required
data
object[]
required
message
string
errors
object[]