Documentation Index Fetch the complete documentation index at: https://docs.squarecloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Each account can perform up to (RAM / 256) * 2 snapshots every 24 hours.
The ID of the application. You can find this in the URL of your application’s dashboard.
Response
Indicates whether the call was successful.. success if successful, error if not.
The contents of the response. The URL to download the snapshot of your application.
The key to download the snapshot of your application.
Errors
A snapshot request can be rejected with 429 Too Many Requests. Use the code field to tell the two cases apart:
Short-term cooldown — you hit the per-user (1 request / 5s) or per-application (1 request / 60s) limit. Back off and retry shortly.
DAILY_SNAPSHOTS_LIMIT_REACHED
Daily quota reached — the account used up its plan’s daily snapshot allowance ((RAM / 256) × 2 per 24h). The quota frees up as the rolling 24-hour window advances; for a higher daily allowance, upgrade the plan.
200 Success
429 KEEP_CALM
429 DAILY_SNAPSHOTS_LIMIT_REACHED
{
"status" : "success" ,
"response" : {
"url" : "https://snapshots.squarecloud.app/applications/23457145698959364/a23d130fcc9ddaf2d288ae9599a4292c32.zip?AWSAccessKeyId=i06Xdad2dRD74Pm8Xly&Expires=1753081182&Signature=riWPedawcsouRAPGU5n3kGHnWoOuw%3D" ,
"key" : "AWSAccessKeyId=i06Xdad2dRD74Pm8Xly&Expires=1753081182&Signature=riWPedawcsouRAPGU5n3kGHnWoOuw%3D"
}
}