{ "opencollection": "1.0.0", "info": { "name": "Reducto Classify Jobs API", "version": "1.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Jobs", "type": "folder" }, "items": [ { "info": { "name": "Retrieve Parse", "type": "http" }, "http": { "method": "GET", "url": "https://platform.reducto.ai/job/:job_id", "headers": [ { "name": "user-id", "value": "" } ], "params": [ { "name": "job_id", "value": "", "type": "path" }, { "name": "timeout", "value": "", "type": "query", "description": "Timeout in seconds for long-polling" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Retrieve Parse" }, { "info": { "name": "Cancel Job", "type": "http" }, "http": { "method": "POST", "url": "https://platform.reducto.ai/cancel/:job_id", "headers": [ { "name": "user-id", "value": "" } ], "params": [ { "name": "job_id", "value": "", "type": "path" } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Cancel Job" }, { "info": { "name": "Get Jobs", "type": "http" }, "http": { "method": "GET", "url": "https://platform.reducto.ai/jobs", "headers": [ { "name": "user-id", "value": "" } ], "params": [ { "name": "exclude_configs", "value": "", "type": "query", "description": "Exclude raw_config from response to reduce size" }, { "name": "cursor", "value": "", "type": "query", "description": "Cursor for pagination. Use the next_cursor from the previous response to fetch the next page." }, { "name": "limit", "value": "", "type": "query", "description": "Maximum number of jobs to return per page. Defaults to 100, max 500." } ], "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "docs": "Get Jobs" } ] } ], "bundled": true }