curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/generate \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'Generates the application code for the specified application. The components generated (frontend, backend, or both) are determined by the project’s components configuration set at project creation. This cannot be overridden. The application must already exist before calling this endpoint.
curl --request POST \
--url https://local.withsutro.com/applications/{applicationId}/generate \
--header 'Authorization: Bearer <token>' \
--header 'x-sutro-api-client: <api-key>'Was this page helpful?