{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Vectorize Beta (Deprecated) API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Vectorize Beta (Deprecated)", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Vectorize Indexes (Deprecated)", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns a list of Vectorize Indexes" }, { "info": { "name": "APIs.io Engineering Platform Create Vectorize Index (Deprecated)", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates and returns a new Vectorize Index." }, { "info": { "name": "APIs.io Engineering Platform Get Vectorize Index (Deprecated)", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes/:index_name", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ] }, "docs": "Returns the specified Vectorize Index." }, { "info": { "name": "APIs.io Engineering Platform Update Vectorize Index (Deprecated)", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes/:index_name", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates and returns the specified Vectorize Index." }, { "info": { "name": "APIs.io Engineering Platform Delete Vectorize Index (Deprecated)", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes/:index_name", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ] }, "docs": "Deletes the specified Vectorize Index." }, { "info": { "name": "APIs.io Engineering Platform Delete Vectors By Identifier (Deprecated)", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes/:index_name/delete-by-ids", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a set of vectors from an index by their vector identifiers." }, { "info": { "name": "APIs.io Engineering Platform Get Vectors By Identifier (Deprecated)", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes/:index_name/get-by-ids", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Get a set of vectors from an index by their vector identifiers." }, { "info": { "name": "APIs.io Engineering Platform Insert Vectors (Deprecated)", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes/:index_name/insert", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Inserts vectors into the specified index and returns the count of the vectors successfully inserted." }, { "info": { "name": "APIs.io Engineering Platform Query Vectors (Deprecated)", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes/:index_name/query", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Finds vectors closest to a given vector in an index." }, { "info": { "name": "APIs.io Engineering Platform Upsert Vectors (Deprecated)", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/indexes/:index_name/upsert", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upserts vectors into the specified index, creating them if they do not exist and returns the count of values and ids successfully inserted." } ] } ], "bundled": true }