{ "opencollection": "1.0.0", "info": { "name": "Chutes Chat Images API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Images", "type": "folder" }, "items": [ { "info": { "name": "List images.", "type": "http" }, "http": { "method": "GET", "url": "https://llm.chutes.ai/v1/images/", "params": [ { "name": "include_public", "value": "", "type": "query" }, { "name": "name", "value": "", "type": "query" }, { "name": "tag", "value": "", "type": "query" }, { "name": "page", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" } ] }, "docs": "List (and optionally filter/paginate) images." }, { "info": { "name": "Create an image.", "type": "http" }, "http": { "method": "POST", "url": "https://llm.chutes.ai/v1/images/", "body": { "type": "json", "data": "{}" } }, "docs": "Store image metadata in the database and kick off an asynchronous image build that is published to the Chutes registry." }, { "info": { "name": "Get an image.", "type": "http" }, "http": { "method": "GET", "url": "https://llm.chutes.ai/v1/images/:image_id_or_name", "params": [ { "name": "image_id_or_name", "value": "", "type": "path" } ] }, "docs": "Load a single image by ID or name." }, { "info": { "name": "Delete an image.", "type": "http" }, "http": { "method": "DELETE", "url": "https://llm.chutes.ai/v1/images/:image_id_or_name", "params": [ { "name": "image_id_or_name", "value": "", "type": "path" } ] }, "docs": "Delete an image by ID or name:tag." } ] } ], "bundled": true }