{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Workers AI API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Workers AI", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform Author Search", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/authors/search", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Author Search" }, { "info": { "name": "APIs.io Engineering Platform Get Model Schema", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/models/schema", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "model", "value": "", "type": "query", "description": "Model Name" } ] }, "docs": "APIs.io Engineering Platform Get Model Schema" }, { "info": { "name": "APIs.io Engineering Platform Model Search", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/models/search", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "per_page", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "task", "value": "", "type": "query", "description": "Filter by Task Name" }, { "name": "author", "value": "", "type": "query", "description": "Filter by Author" }, { "name": "source", "value": "", "type": "query", "description": "Filter by Source Id" }, { "name": "hide_experimental", "value": "", "type": "query", "description": "Filter to hide experimental models" }, { "name": "search", "value": "", "type": "query", "description": "Search" } ] }, "docs": "APIs.io Engineering Platform Model Search" }, { "info": { "name": "APIs.io Engineering Platform Execute AI model", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/run/:model_name", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "model_name", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint provides users with the capability to run specific AI models on-demand.\n\nBy submitting the required input data, users can receive real-time predictions or results generated by the chosen AI\nmodel. The endpoint supports various AI model types, ensuring flexibility and adaptability for diverse use cases.\n\nModel specific inputs available in [Cloudflare Docs](https://developers.cloudflare.com/workers-ai/models/)." }, { "info": { "name": "APIs.io Engineering Platform Task Search", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/tasks/search", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform Task Search" } ] } ], "bundled": true }