cURL
curl --request PATCH \ --url https://dev.voice.ai/api/v1/tts/voice/{voice_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "voice_visibility": "PUBLIC" } '
{ "voice_id": "<string>", "status": "<string>", "name": "<string>", "voice_visibility": "PUBLIC" }
Update voice metadata (name and/or voice_visibility). Owner-only.
Bearer token authentication. Use your API key as the bearer token. Format: Authorization: Bearer
New voice name
PUBLIC or PRIVATE
PUBLIC
PRIVATE
Successful Response
The voice ID
Voice processing status: PENDING, PROCESSING, AVAILABLE, or FAILED
User-provided voice name