{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Vectorize API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Vectorize", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Vectorize Indexes", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/indexes", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "Returns a list of Vectorize Indexes" }, { "info": { "name": "APIs.io Engineering Platform Create Vectorize Index", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/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", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/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 Delete Vectorize Index", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/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", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/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", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/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 Get Vectorize Index Info", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/indexes/:index_name/info", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ] }, "docs": "Get information about a vectorize index." }, { "info": { "name": "APIs.io Engineering Platform Insert Vectors", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/indexes/:index_name/insert", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" }, { "name": "unparsable-behavior", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Inserts vectors into the specified index and returns a mutation id corresponding to the vectors enqueued for insertion." }, { "info": { "name": "APIs.io Engineering Platform Create Metadata Index", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/indexes/:index_name/metadata_index/create", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Enable metadata filtering based on metadata property. Limited to 10 properties." }, { "info": { "name": "APIs.io Engineering Platform Delete Metadata Index", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/indexes/:index_name/metadata_index/delete", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Allow Vectorize to delete the specified metadata index." }, { "info": { "name": "APIs.io Engineering Platform List Metadata Indexes", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/indexes/:index_name/metadata_index/list", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" } ] }, "docs": "List Metadata Indexes for the specified Vectorize Index." }, { "info": { "name": "APIs.io Engineering Platform Query Vectors", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/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", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/vectorize/v2/indexes/:index_name/upsert", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "index_name", "value": "", "type": "path" }, { "name": "unparsable-behavior", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Upserts vectors into the specified index, creating them if they do not exist and returns a mutation id corresponding to the vectors enqueued for upsertion." } ] } ], "bundled": true }