List voices
The values a voice parameter accepts (text-to-speech, dialogue, change-voice).
These cannot live in GET /v1/models: the catalog is a live list, not a fixed enum, which
is why those parameters are marked control: "voice" and point here. scope=workspace
(default) is your own and cloned voices; scope=library searches the public shared library.
A creator’s own cloned voice is on their account (voice_id) and is used automatically
when a run passes account_id — call this only when you want a different one.
Authorizations
Your organization's API key, from Settings → API. Authorization: Bearer crl_sk_live_…
Query Parameters
workspace, library Library scope only.
Library scope only, e.g. en, tr.
How many rows to return (1-100).
1 <= x <= 100