{ "opencollection": "1.0.0", "info": { "name": "Amazon Translate Batch Translation API", "version": "2017-07-01" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Batch Translation", "type": "folder" }, "items": [ { "info": { "name": "Amazon Translate Start a Batch Translation Job", "type": "http" }, "http": { "method": "POST", "url": "https://translate.{region}.amazonaws.com/#StartTextTranslationJob", "body": { "type": "json", "data": "{}" } }, "docs": "Starts an asynchronous batch translation job to translate a collection of documents stored in Amazon S3." }, { "info": { "name": "Amazon Translate List Batch Translation Jobs", "type": "http" }, "http": { "method": "POST", "url": "https://translate.{region}.amazonaws.com/#ListTextTranslationJobs", "body": { "type": "json", "data": "{}" } }, "docs": "Lists batch translation jobs with optional filtering." } ] } ], "bundled": true }