{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 AI Gateway API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "AI Gateway", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Gateways", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/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": "order_by", "value": "", "type": "query", "description": "Order By Column Name" }, { "name": "order_by_direction", "value": "", "type": "query", "description": "Order By Direction" }, { "name": "id", "value": "", "type": "query" } ] }, "docs": "APIs.io Engineering Platform List Gateways" }, { "info": { "name": "APIs.io Engineering Platform Create a new Gateway", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai-gateway/gateways", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Create a new Gateway" }, { "info": { "name": "APIs.io Engineering Platform List Gateway Logs", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai-gateway/gateways/:gateway_id/logs", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "gateway_id", "value": "", "type": "path" }, { "name": "search", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query" }, { "name": "direction", "value": "", "type": "query" }, { "name": "order_by_direction", "value": "", "type": "query" }, { "name": "start_date", "value": "", "type": "query" }, { "name": "end_date", "value": "", "type": "query" }, { "name": "min_cost", "value": "", "type": "query" }, { "name": "max_cost", "value": "", "type": "query" }, { "name": "min_tokens_in", "value": "", "type": "query" }, { "name": "max_tokens_in", "value": "", "type": "query" }, { "name": "min_tokens_out", "value": "", "type": "query" }, { "name": "max_tokens_out", "value": "", "type": "query" }, { "name": "min_total_tokens", "value": "", "type": "query" }, { "name": "max_total_tokens", "value": "", "type": "query" }, { "name": "min_duration", "value": "", "type": "query" }, { "name": "max_duration", "value": "", "type": "query" }, { "name": "feedback", "value": "", "type": "query" }, { "name": "success", "value": "", "type": "query" }, { "name": "cached", "value": "", "type": "query" }, { "name": "model", "value": "", "type": "query" }, { "name": "model_type", "value": "", "type": "query" }, { "name": "provider", "value": "", "type": "query" }, { "name": "request_content_type", "value": "", "type": "query" }, { "name": "response_content_type", "value": "", "type": "query" }, { "name": "meta_info", "value": "", "type": "query" } ] }, "docs": "APIs.io Engineering Platform List Gateway Logs" }, { "info": { "name": "APIs.io Engineering Platform Fetch a Gateway", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai-gateway/gateways/:id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Fetch a Gateway" }, { "info": { "name": "APIs.io Engineering Platform Update a Gateway", "type": "http" }, "http": { "method": "PUT", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai-gateway/gateways/:id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Update a Gateway" }, { "info": { "name": "APIs.io Engineering Platform Delete a Gateway", "type": "http" }, "http": { "method": "DELETE", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai-gateway/gateways/:id", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Delete a Gateway" } ] } ], "bundled": true }