Voice AI Beta

Rename Voice Clone

Rename a voice asset (title only).

Rate limit: 60 requests/minute

put/v1/tts/voice-assets/{id}

Path parameters

idstring required

Request body

titlestring required

Response

Updated voice asset

idstring

Use as voice_asset_id when creating a task

titlestring
formatstring
size_bytesinteger
duration_msinteger
cover_imagestring

Cover image URL

sample_urlstring

Playback URL of the uploaded sample

status'ready' | 'failed'
created_atstring date-time

Example response

{
  "format": "mp3"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.