{ "opencollection": "1.0.0", "info": { "name": "API Reference subpackage_account subpackage_voices API", "version": "1.0.0" }, "items": [ { "info": { "name": "subpackage_voices", "type": "folder" }, "items": [ { "info": { "name": "List voices", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/voices", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "page_size", "value": "", "type": "query" }, { "name": "advanced", "value": "", "type": "query" } ] }, "docs": "Retrieve voice metadata" }, { "info": { "name": "Create voice", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/voices", "headers": [ { "name": "Authorization", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new voice" }, { "info": { "name": "Get voice", "type": "http" }, "http": { "method": "GET", "url": "https://f.cluster.resemble.ai/voices/:voice_uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "voice_uuid", "value": "", "type": "path" } ] }, "docs": "Get voice details" }, { "info": { "name": "Delete voice", "type": "http" }, "http": { "method": "DELETE", "url": "https://f.cluster.resemble.ai/voices/:voice_uuid", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "voice_uuid", "value": "", "type": "path" } ] }, "docs": "Delete a voice" }, { "info": { "name": "Build voice", "type": "http" }, "http": { "method": "POST", "url": "https://f.cluster.resemble.ai/voices/:voice_uuid/build", "headers": [ { "name": "Authorization", "value": "" } ], "params": [ { "name": "voice_uuid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Start voice training" } ] } ], "bundled": true }