{ "opencollection": "1.0.0", "info": { "name": "Cloudflare / Accounts Indexes API", "version": "4.0.0" }, "items": [ { "info": { "name": "Indexes", "type": "folder" }, "items": [ { "info": { "name": "Cloudflare List Vectorize Indexes", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ] }, "docs": "Returns all Vectorize indexes for the account." }, { "info": { "name": "Cloudflare Create Vectorize Index", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes", "params": [ { "name": "account_id", "value": "", "type": "path", "description": "The unique identifier of the Cloudflare account." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new vector index with the specified dimensions and distance metric." }, { "info": { "name": "Cloudflare Get Vectorize Index", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes/:index_name", "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." } ] }, "docs": "Retrieve details of a specific Vectorize index." }, { "info": { "name": "Cloudflare Update Vectorize Index", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes/:index_name", "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": "Update the configuration of a Vectorize index." }, { "info": { "name": "Cloudflare Delete Vectorize Index", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/vectorize/v2/indexes/:index_name", "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." } ] }, "docs": "Delete a Vectorize index and all its vectors." } ] } ], "bundled": true }