{ "opencollection": "1.0.0", "info": { "name": "Cloudflare AI Gateway Gateways API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Gateways", "type": "folder" }, "items": [ { "info": { "name": "List AI Gateways", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/ai-gateway/gateways", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] }, "docs": "List AI Gateways" }, { "info": { "name": "Create AI Gateway", "type": "http" }, "http": { "method": "POST", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/ai-gateway/gateways", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create AI Gateway" }, { "info": { "name": "Get AI Gateway", "type": "http" }, "http": { "method": "GET", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/ai-gateway/gateways/:gateway_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "gateway_id", "value": "", "type": "path" } ] }, "docs": "Get AI Gateway" }, { "info": { "name": "Update AI Gateway", "type": "http" }, "http": { "method": "PUT", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/ai-gateway/gateways/:gateway_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "gateway_id", "value": "", "type": "path" } ] }, "docs": "Update AI Gateway" }, { "info": { "name": "Delete AI Gateway", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.cloudflare.com/client/v4/accounts/:account_id/ai-gateway/gateways/:gateway_id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "gateway_id", "value": "", "type": "path" } ] }, "docs": "Delete AI Gateway" } ] } ], "bundled": true }