Create export archive
POST/organizations/:organizationId/posts/:postId/exports/archive
Bundles multiple completed exports into a single ZIP file and returns it as a binary download. All exportIds must belong to the specified design. Specify formats to include multiple image variants per export (e.g. ["png", "jpg"]). Only exports with status=completed can be archived.
Request
Responses
- 200
- 404
ZIP archive binary (Content-Type: application/zip)
One or more exports not found or not completed