POST
/api/v1/jobs/{id}/exportsCreate export
Starts an async export for all images, selected image ids, one source group, unique assets, or metadata-only CSV/JSON. Exports are routed through plan-aware queues.
POST
https://imageextract.com/api/v1/jobs/{id}/exportsAuth
Project API key or signed-in browser session
Path parameters
id
uuid
Job id.
Example:
f5ffd46b-9823-4885-89fc-db1dc80b6e17Request body
application/json{
"image_ids": [
"7d9c11448acc1470"
],
"source_group_id": "76d041f1-973f-4e90-af71-437e6d22c420",
"template": "grouped"
}