{ "opencollection": "1.0.0", "info": { "name": "Ask Sage Server Admin Files API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "x-access-tokens", "value": "{{x-access-tokens}}", "placement": "header" } }, "items": [ { "info": { "name": "Files", "type": "folder" }, "items": [ { "info": { "name": "Process and analyze file", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/file", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "strategy", "type": "text", "value": "" }, { "name": "special_csv", "type": "text", "value": "" } ] } }, "docs": "Upload a file for processing and text extraction" }, { "info": { "name": "Get video item", "type": "http" }, "http": { "method": "POST", "url": "{baseUrl}/server/get-video-item", "body": { "type": "json", "data": "{}" } }, "docs": "Securely retrieve generated video content. The user must own the requested video." } ] } ], "bundled": true }