Skip to main content
Manage your custom voice clones using the Gradium SDK.

List All Custom Voices

Retrieve all custom voices for your organization.

Get a Specific Voice

Retrieve details for a single voice by its UID.

Update a Voice

Update the metadata of an existing voice. The PUT /voices/{uid} endpoint accepts name, description, language, start_s, tags, and rank. The SDK helper exposes a subset; for language, tags, or rank call the REST endpoint directly.

Delete a Voice

Permanently delete a custom voice.