{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Vectors API", "version": "4.0.0" }, "items": [ { "info": { "name": "Vectors", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare Insert Vectors", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes/:index_name/insert", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "index_name", "value": "", "type": "path", "description": "The name of the Vectorize index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Insert new vectors into the index. If a vector with the same ID already exists, the request will fail." }, { "info": { "name": "Cloudflare Upsert Vectors", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes/:index_name/upsert", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "index_name", "value": "", "type": "path", "description": "The name of the Vectorize index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Insert or update vectors in the index. If a vector with the same ID exists, it will be replaced." }, { "info": { "name": "Cloudflare Query Vectors", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes/:index_name/query", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "index_name", "value": "", "type": "path", "description": "The name of the Vectorize index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Perform a similarity search against the index. Returns the nearest vectors to the provided query vector." }, { "info": { "name": "Cloudflare Get Vectors by Ids", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes/:index_name/get_by_ids", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "index_name", "value": "", "type": "path", "description": "The name of the Vectorize index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieve specific vectors by their IDs." }, { "info": { "name": "Cloudflare Delete Vectors by Ids", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes/:index_name/delete_by_ids", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." }, { "name": "index_name", "value": "", "type": "path", "description": "The name of the Vectorize index." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete specific vectors from the index by their IDs." } ] } ], "bundled": true }