Update a voice prompt
Voice
Update a voice prompt
Update metadata for an existing voice prompt. Only non-empty fields are updated — omit fields you don’t want to change.
PUT
Update a voice prompt
Documentation Index
Fetch the complete documentation index at: https://docs.deepdub.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication. Must start with dd- prefix.
Headers
API Key
Body
application/json
Voice update request. Only non-empty fields will be updated.
Request to update a voice prompt's metadata
Unique identifier for the voice prompt to update
Example:
"vp_12345abcde"
New display name for the voice prompt
Example:
"Professional Female Voice"
Language locale code
Example:
"en-US"
Gender of the speaker
Available options:
MALE, FEMALE, NON_BINARY Example:
"FEMALE"
Age of the speaker
Example:
35
Response
Voice prompt updated successfully
A voice prompt representing a cloned or uploaded voice
