Update a voice by its UID.
cURL
curl --request PUT \ --url https://eu.api.gradium.ai/api/voices/{voice_uid} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>", "language": "<string>", "start_s": 123, "tags": [ {} ], "rank": 123 } '
{ "uid": "<string>", "name": "<string>", "start_s": 123, "filename": "<string>", "description": "<string>", "language": "<string>", "stop_s": 123, "org_uid": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "is_pending": false, "has_audio": true, "is_pro_clone": false }
Schema for updating voice data.
Show child attributes
Successful Response
Schema for voice response data.