{ "opencollection": "1.0.0", "info": { "name": "Sync Labs Assets Batch API", "version": "v2" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "Batch", "type": "folder" }, "items": [ { "info": { "name": "List Batches", "type": "http" }, "http": { "method": "GET", "url": "https://api.sync.so/v2/batch", "params": [ { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] }, "docs": "List all batch jobs for the authenticated account" }, { "info": { "name": "Create Batch Generation", "type": "http" }, "http": { "method": "POST", "url": "https://api.sync.so/v2/batch", "body": { "type": "json", "data": "{}" } }, "docs": "Submit multiple generation jobs in a single batch (up to 500 on Scale+ plans)" }, { "info": { "name": "Get Batch Status", "type": "http" }, "http": { "method": "GET", "url": "https://api.sync.so/v2/batch/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Batch job ID" } ] }, "docs": "Retrieve the status and results of a batch job" } ] } ], "bundled": true }