curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/frontendBundle \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'"<string>"Downloads a static zip bundle containing the built frontend assets.
curl --request GET \
--url https://sapi.withsutro.com/applications/{applicationId}/frontendBundle \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'"<string>"Documentation Index
Fetch the complete documentation index at: https://docs.withsutro.com/llms.txt
Use this file to discover all available pages before exploring further.
Builder authentication and authorization
A unique identifier for the API Client making a request
A zip bundle containing the built frontend assets
The response is of type file.
Was this page helpful?