Skip to main content
GET
Error

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>

Perceived voice gender.

Available options:
female,
male,
neutral
age
enum<string>

Perceived voice age band.

Available options:
young,
middle_aged,
old
category
enum<string>

Catalog category — curated professional/high-quality voices, famous/premade stock, or your own cloned voices.

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

Result ordering — recommended (default, popularity-weighted), newest, or name (A–Z).

Available options:
recommended,
newest,
name

Response

Voices.

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