Modify the voice character's name and metadata.description.Note the asymmetric semantics: description is written unconditionally (passing undefined clears the description), while name is updated only when truthy —
passing an empty string is equivalent to not renaming.Both fields first go through content-safety profile checks together; failure returns SAFETY_PROFILE_REJECTED (response body includes traceId).You can only operate voices you created, and the voice must not be in creating / failed. See the "Create a voice character" document.Deprecated alias: /api/tts/voice/{id}/info. See the site document "Versions and migration".
See the Errors document for the full code reference. Always use the X-Vocu-App-Request-Id response header when troubleshooting.