{ "opencollection": "1.0.0", "info": { "name": "DeepL Translation Documents API", "version": "2" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Upload a document for translation", "type": "http" }, "http": { "method": "POST", "url": "https://api.deepl.com/v2/document" }, "docs": "Upload a document for translation" }, { "info": { "name": "Check document translation status", "type": "http" }, "http": { "method": "GET", "url": "https://api.deepl.com/v2/document/:documentId", "params": [ { "name": "documentId", "value": "", "type": "path" } ] }, "docs": "Check document translation status" }, { "info": { "name": "Download translated document", "type": "http" }, "http": { "method": "GET", "url": "https://api.deepl.com/v2/document/:documentId/result", "params": [ { "name": "documentId", "value": "", "type": "path" } ] }, "docs": "Download translated document" } ] } ], "bundled": true }