{ "opencollection": "1.0.0", "info": { "name": "Descript API Endpoints Edit in Descript API", "version": "1.2" }, "items": [ { "info": { "name": "Edit in Descript", "type": "folder" }, "items": [ { "info": { "name": "Create Import URL", "type": "http" }, "http": { "method": "POST", "url": "https://descriptapi.com/v1/edit_in_descript/schema", "body": { "type": "json", "data": "{}" }, "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Create an Import URL by sending a Project schema to Descript API from your service's backend.\n\n### Import Schema\nOur import schemas are specified as a minimal JSON list of files which is detailed in full at the bottom of this\nsection. At it's smallest, the request body looks like:\n\n```\n{\n \"partner_drive_id\": \"162c61d1-6ced-4b25-a622-7dba922983ee\",\n \"project_schema\": {\n \"schema_version\": \"1.0.0\",\n \"files\": [{\"uri\": \"https://descriptusercontent.com/jane.wav?signature=d182bca64bf94a1483d2fd" } ] } ], "bundled": true }