curl -X PUT https://api.60db.ai/voices/voice-custom-123 \ -H "Authorization: Bearer your-api-key" \ -H "Content-Type: application/json" \ -d '{ "name": "Updated Voice Name", "description": "Updated description" }'
{ "id": "voice-custom-123", "name": "Updated Voice Name", "description": "Updated description", "updated_at": "2026-01-29T11:35:00Z" }
Update a custom voice’s metadata