{ "opencollection": "1.0.0", "info": { "name": "Music AI Application Jobs API", "version": "v1" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "List jobs", "type": "http" }, "http": { "method": "GET", "url": "https://api.music.ai/v1/job", "params": [ { "name": "page", "value": "", "type": "query" }, { "name": "size", "value": "", "type": "query" }, { "name": "status", "value": "", "type": "query" }, { "name": "workflow", "value": "", "type": "query" }, { "name": "batchName", "value": "", "type": "query" } ] }, "docs": "Paginated listing of jobs, filterable by status, workflow, and batch name." }, { "info": { "name": "Create a job", "type": "http" }, "http": { "method": "POST", "url": "https://api.music.ai/v1/job", "body": { "type": "json", "data": "{}" } }, "docs": "Submit an audio input to a workflow for asynchronous processing." }, { "info": { "name": "Get a job", "type": "http" }, "http": { "method": "GET", "url": "https://api.music.ai/v1/job/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get a job" }, { "info": { "name": "Delete a job", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.music.ai/v1/job/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Delete a job" }, { "info": { "name": "Get job status", "type": "http" }, "http": { "method": "GET", "url": "https://api.music.ai/v1/job/:id/status", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Lightweight status check for polling job progress." } ] } ], "bundled": true }