Skip to main content
GET
cURL
current_count is the number of cloned voices in the workspace, whichever provider they were cloned with. max_count describes the default provider, fishaudio, which has no cap — so it is reported as a large sentinel value (999999) rather than a real limit. max_count - current_count will always tell you there is room to clone. The only cap that exists is on ElevenLabs voices (one voice slot each; 3 per workspace by default). It is enforced when you call Clone Voice with voice_provider: "elevenlabs", and the error response says how many slots you have.

Authorizations

X-API-ID
string
header
required

API ID, from your settings page.

X-API-KEY
string
header
required

API Key, from your settings page.

Response

200 - application/json
max_count
integer
required

The maximum number of cloned voices allowed in the workspace. FishAudio, the default provider, has no limit, so this reports 999999; ElevenLabs clones are still bounded by purchased voice slots.

current_count
integer
required

The number of cloned voices currently in the workspace.