Skip to main content
POST
Check Voice Name Availability

Overview

Returns whether a proposed voice name is available in your org’s library. Use this to validate input before calling Clone Voice, which rejects the request outright if the name is taken. Names are scoped per org and case-insensitive.

Headers

string
required
Your API key for authentication.

Body Parameters

string
required
Voice name to check. 1-30 characters.

Response

string
success on success.
boolean
true if the name is available, false if it is already in use.
string
Human-readable confirmation.

Docs for agents: llms.txt