{ "opencollection": "1.0.0", "info": { "name": "Lunary Analytics Models API", "version": "1.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "List models", "type": "http" }, "http": { "method": "GET", "url": "https://api.lunary.ai/v1/models" }, "docs": "List models" }, { "info": { "name": "Create model", "type": "http" }, "http": { "method": "POST", "url": "https://api.lunary.ai/v1/models", "body": { "type": "json", "data": "{}" } }, "docs": "Create model" }, { "info": { "name": "Update model", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.lunary.ai/v1/models/:id", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update model" }, { "info": { "name": "Delete model", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.lunary.ai/v1/models/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete model" } ] } ], "bundled": true }