Export selected domains as a re-importable zip bundle
Streams a versioned zip containing the selected configuration domains (data files + binary assets + manifest). Lab owners only.
Streams a versioned zip containing the selected configuration domains (data files + binary assets + manifest). Lab owners only.
Production session cookie set for the guidelab.co domain by Better Auth
In: cookie
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/zip
curl -X POST "https://example.com/data-bundle/export" \ -H "Content-Type: application/json" \ -d '{ "domains": [ "products" ] }'"string"Import an uploaded bundle into the current organization POST
Re-plans the uploaded bundle and applies it: all ids are regenerated, references remapped, assets copied. One import at a time per organization. Lab owners only.
Get a presigned PUT URL for uploading a bundle zip POST
Returns a presigned R2 upload URL for a bundle zip (max 250MB). The returned durable session ID is passed to analyze/execute; the storage key remains server-controlled. Lab owners only.