Batches
Bulk cohorts of scenes uploaded together, plus the workspace ledger that rolls up yield, quality, and cost. Reads need scenes:read; writes need scenes:write.
List batches with aggregated scene counts.
scenes:readGET/v1/batches
Response fields
Get one batch with its scenes.
scenes:readGET/v1/batches/{id}
Parameters
Response fields
Workspace ledger — 30d summary tiles + per-batch cohort rows.
scenes:readGET/v1/batches/ledger
Response fields
Batch detail: lineage, quality histogram, failures, scene grid.
scenes:readGET/v1/batches/{id}/detail
Parameters
Response fields
Recent activity events for a batch.
scenes:readGET/v1/batches/{id}/events
Parameters
Response fields
Create a batch from existing scene IDs.
scenes:writePOST/v1/batches
Console roles: OWNER, DIRECTOR
Request body
Response fields
Create a batch with up to 5000 scenes; validates credits (402 if short).
scenes:writePOST/v1/batches/bulk
Console roles: OWNER, DIRECTOR
Request body
Response fields
Cancel a running batch.
scenes:writePOST/v1/batches/{id}/cancel
Console roles: OWNER, DIRECTOR
Parameters
Returns the updated batch with status CANCELLED.
Hard-delete a batch and all its scenes (cascade).
scenes:writeDELETE/v1/batches/{id}
Console roles: OWNER, DIRECTOR
Parameters
Response fields
Last updated on