{ "opencollection": "1.0.0", "info": { "name": "Amazon Kendra Data Sources Documents API", "version": "2019-02-03" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Amazon Kendra Batch Put Document", "type": "http" }, "http": { "method": "POST", "url": "https://kendra.{region}.amazonaws.com/indexes/:IndexId/documents", "params": [ { "name": "IndexId", "value": "", "type": "path", "description": "The identifier of the index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Adds one or more documents to an Amazon Kendra index." }, { "info": { "name": "Amazon Kendra Batch Delete Document", "type": "http" }, "http": { "method": "DELETE", "url": "https://kendra.{region}.amazonaws.com/indexes/:IndexId/documents", "params": [ { "name": "IndexId", "value": "", "type": "path", "description": "The identifier of the index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Removes one or more documents from an Amazon Kendra index." }, { "info": { "name": "Amazon Kendra Batch Get Document Status", "type": "http" }, "http": { "method": "POST", "url": "https://kendra.{region}.amazonaws.com/indexes/:IndexId/documents/status", "params": [ { "name": "IndexId", "value": "", "type": "path", "description": "The identifier of the index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Returns the indexing status for one or more documents submitted with BatchPutDocument." } ] } ], "bundled": true }