{ "opencollection": "1.0.0", "info": { "name": "Benchling AA Sequences Exports API", "version": "2.0.0" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "/api/v2/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Exports", "type": "folder" }, "items": [ { "info": { "name": "Export Item", "type": "http" }, "http": { "method": "POST", "url": "/api/v2/exports", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint launches a [long-running task](#/Tasks/getTask) and returns the Task ID of the launched task.\nThe task response contains a link to download the exported item from Amazon S3. The download is a ZIP file that contains the exported content in the requested format (PDF or HTML).\nThis endpoint is subject to throughput rate limiting. Due to the long running nature of these export requests, the endpoint may reject the request with an HTTP 429 error if the system is currently handling too m" } ] } ], "bundled": true }