curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/webBundle \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'"<string>"Downloads a zip bundle containing all Figma-generated static files (HTML, CSS, images, etc.) for this application. This endpoint returns 200 with the zip file when the application status is Active, or 404 if the generation has not completed yet. Check GET /applications//status to monitor generation progress.
curl --request GET \
--url https://local.withsutro.com/applications/{applicationId}/webBundle \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'"<string>"Builder authentication and authorization
A unique identifier for the API Client making a request
A zip bundle containing all static web assets
The response is of type file.
Was this page helpful?