Skip to main content
GET
Get single cloned voice
Returns a single custom voice object owned by your account.

Endpoint

Path parameters

Notes

  • Returns 404 Not Found if the voice_id doesn’t exist on your account.
  • Returns 403 Forbidden if the voice exists but belongs to a different account.

See also

Docs: Custom voices

Create, manage, and use cloned voices.

Edit custom voice

Update name or description.

Authorizations

x-sup-api-key
string
header
required

Path Parameters

voice_id
string
required

Response

Custom voice details

voice_id
string
required

Unique identifier for the voice

Example:

"voice_123456789"

name
string
required

Name of the voice

Example:

"My Custom Voice"

description
string | null

Description of the voice

Example:

"A warm and friendly voice for customer service"