{ "opencollection": "1.0.0", "info": { "name": "Galileo API Server annotation jobs API", "version": "1.1085.0" }, "items": [ { "info": { "name": "jobs", "type": "folder" }, "items": [ { "info": { "name": "Create Job", "type": "http" }, "http": { "method": "POST", "url": "https://api.galileo.ai/jobs", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Galileo-API-Key", "value": "{{Galileo-API-Key}}", "placement": "header" } }, "docs": "Create a job for a project run and enqueue it for processing." } ] } ], "bundled": true }