{ "opencollection": "1.0.0", "info": { "name": "Modal Images API", "version": "0.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://api.modal.com/v1/images" }, "docs": "List Images" }, { "info": { "name": "Build Image", "type": "http" }, "http": { "method": "POST", "url": "https://api.modal.com/v1/images", "body": { "type": "json", "data": "{}" } }, "docs": "Build a new image from a layered specification. Images can be\nconstructed from base images (debian_slim, micromamba, from_dockerfile,\nfrom_registry), with `pip_install`, `apt_install`, `run_commands`,\n`env`, `copy_local_file`, and `copy_local_dir` layers.\n" }, { "info": { "name": "Get Image", "type": "http" }, "http": { "method": "GET", "url": "https://api.modal.com/v1/images/:image_id", "params": [ { "name": "image_id", "value": "", "type": "path" } ] }, "docs": "Get Image" } ] } ], "bundled": true }