cURL
curl --request GET \ --url https://restapi.deepdub.ai/api/v1/voice/{prompt_id} \ --header 'x-api-key: <api-key>'
{ "prompt": { "id": "vp_12345abcde", "title": "Professional Narrator", "name": "Professional Female Voice", "locale": "en-US", "text": "<string>", "createdAt": "2023-11-07T05:31:56Z", "speakerId": "<string>", "gender": "FEMALE", "speakingStyle": "narrative" } }
Retrieve a specific voice prompt by its unique identifier.
API key for authentication. Must start with dd- prefix.
dd-
API Key
Voice Prompt ID
Voice prompt details
A voice prompt representing a cloned or uploaded voice
Show child attributes