{ "opencollection": "1.0.0", "info": { "name": "Amazon Kendra Data Sources Experience API", "version": "2019-02-03" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Experience", "type": "folder" }, "items": [ { "info": { "name": "Amazon Kendra List Experiences", "type": "http" }, "http": { "method": "GET", "url": "https://kendra.{region}.amazonaws.com/indexes/:IndexId/experiences", "params": [ { "name": "IndexId", "value": "", "type": "path", "description": "The identifier of the index." } ] }, "docs": "Lists one or more Amazon Kendra experiences." }, { "info": { "name": "Amazon Kendra Create Experience", "type": "http" }, "http": { "method": "POST", "url": "https://kendra.{region}.amazonaws.com/indexes/:IndexId/experiences", "params": [ { "name": "IndexId", "value": "", "type": "path", "description": "The identifier of the index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates an Amazon Kendra experience such as a search application." } ] } ], "bundled": true }