API Reference
Upload Application
Send an application to Square Cloud. It has a rate limit of 1 request every 3 seconds.
The API key for your account. You can find this in your account settings.
squarecloud.config: description and subdomain are only present when set there, and language reports the detected runtime and version. Requests are rate limited to 1 upload every 3 seconds per user.
Once the application is running, manage it with Start, Stop, and Restart, and check on it with Get Application Status.
Parameters
The application to be uploaded must be compressed in a zip file (.zip) and the Content-Type must be multipart/form-data.
Response
Indicates whether the call was successful..
success if successful, error if not.The contents of the response.

