{ "opencollection": "1.0.0", "info": { "name": "Anything Assets Generation API", "version": "0.1.0" }, "items": [ { "info": { "name": "Generation", "type": "folder" }, "items": [ { "info": { "name": "Request a change", "type": "http" }, "http": { "method": "POST", "url": "/v0/api/projects/:projectGroupId/generate", "params": [ { "name": "projectGroupId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" }, "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Sends a prompt to generate changes in an existing project. Optionally creates or continues a conversation thread." } ] } ], "bundled": true }