GET
Returns the voice catalog along with the models, formats, and streaming capabilities available to you. The catalog is meant to be browsed by dialect first.

Query parameters

string
najdi, gulf, hijazi, msa, or egyptian.
string
female or male.
string
Language prefix, matched against the start of the locale — ar matches ar-SA, ar-AE, and ar-EG.
string
Professional, Formal, Casual, or Energetic.
Filters combine with AND.

Response

string
Always list.
integer
Number of voices after filtering.
array
Available dialects with display labels.
array
Model id, name, and description.
array
Format id, content_type, and default_sample_rate.
object
Streaming endpoint, model, and supported formats.
array

Get one voice

Full detail for a single voice, with a ready-to-send sample request.

Authorizations

Authorization
string
header
required

API token from the Voho console. Begins with voho_sk_live_.

Query Parameters

dialect
enum<string>
Available options:
najdi,
gulf,
hijazi,
msa,
egyptian
gender
enum<string>
Available options:
female,
male
language
string

Matched against the start of the locale.

Example:

"ar"

style
enum<string>
Available options:
Professional,
Formal,
Casual,
Energetic

Response

Catalog.

object
string
Example:

"list"

count
integer
dialects
object[]
models
object[]
formats
object[]
streaming
object
voices
object[]