{ "opencollection": "1.0.0", "info": { "name": "APIs.io Engineering Platform Amazon API Gateway 2014 11 13 Workers AI Finetune API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Workers AI Finetune", "type": "folder" }, "items": [ { "info": { "name": "APIs.io Engineering Platform List Finetunes", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/finetunes", "params": [ { "name": "account_id", "value": "", "type": "path" } ] }, "docs": "APIs.io Engineering Platform List Finetunes" }, { "info": { "name": "APIs.io Engineering Platform Create a new Finetune", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/finetunes", "params": [ { "name": "account_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "APIs.io Engineering Platform Create a new Finetune" }, { "info": { "name": "APIs.io Engineering Platform Upload a Finetune Asset", "type": "http" }, "http": { "method": "POST", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/finetunes/:finetune_id/finetune-assets", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "finetune_id", "value": "", "type": "path" } ], "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" }, { "name": "file_name", "type": "text", "value": "" } ] } }, "docs": "APIs.io Engineering Platform Upload a Finetune Asset" }, { "info": { "name": "APIs.io Engineering Platform List Public Finetunes", "type": "http" }, "http": { "method": "GET", "url": "http://apigateway.{region}.amazonaws.com/accounts/:account_id/ai/finetunes/public", "params": [ { "name": "account_id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "query", "description": "Pagination Limit" }, { "name": "offset", "value": "", "type": "query", "description": "Pagination Offset" }, { "name": "orderBy", "value": "", "type": "query", "description": "Order By Column Name" } ] }, "docs": "APIs.io Engineering Platform List Public Finetunes" } ] } ], "bundled": true }