{ "opencollection": "1.0.0", "info": { "name": "AI21 Studio Chat Maestro API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Maestro", "type": "folder" }, "items": [ { "info": { "name": "Create a Maestro run", "type": "http" }, "http": { "method": "POST", "url": "https://api.ai21.com/studio/v1/maestro/runs", "body": { "type": "json", "data": "{}" } }, "docs": "Create a Maestro run" }, { "info": { "name": "Retrieve a Maestro run by ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.ai21.com/studio/v1/maestro/runs/:run_id", "params": [ { "name": "run_id", "value": "", "type": "path" } ] }, "docs": "Retrieve a Maestro run by ID" } ] } ], "bundled": true }