{ "opencollection": "1.0.0", "info": { "name": "Marqo REST Documents API", "version": "2.26" }, "items": [ { "info": { "name": "Documents", "type": "folder" }, "items": [ { "info": { "name": "Add Or Update Documents", "type": "http" }, "http": { "method": "POST", "url": "http://localhost:8882/indexes/:index_name/documents", "params": [ { "name": "index_name", "value": "", "type": "path", "description": "Name of the Marqo index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Add Or Update Documents" }, { "info": { "name": "Delete Documents", "type": "http" }, "http": { "method": "DELETE", "url": "http://localhost:8882/indexes/:index_name/documents", "params": [ { "name": "index_name", "value": "", "type": "path", "description": "Name of the Marqo index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete Documents" }, { "info": { "name": "Get Document By Id", "type": "http" }, "http": { "method": "GET", "url": "http://localhost:8882/indexes/:index_name/documents/:document_id", "params": [ { "name": "index_name", "value": "", "type": "path", "description": "Name of the Marqo index." }, { "name": "document_id", "value": "", "type": "path" }, { "name": "expose_facets", "value": "", "type": "query" } ] }, "docs": "Get Document By Id" } ] } ], "bundled": true }