{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_account subpackage_voiceDesign API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_voiceDesign", "type": "folder" }, "items": [ { "info": { "name": "Generate voice candidates", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/voice-design", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "multipart-form", "data": [ { "name": "user_prompt", "type": "text", "value": "" } ] } }, "docs": "Generate three voice candidates from a text prompt" }, { "info": { "name": "Create voice from candidate", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/voice-design/create", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a voice from a voice design candidate" } ] } ], "bundled": true }