English
Send an application to Square Cloud. It has a rate limit of 1 request every 3 seconds.
cURL
curl --request POST \ --url https://api.squarecloud.app/v2/apps \ --header 'Content-Type: application/json' \ --data '{}'
{ "status": "success", "code": "SUCCESS", "response": { "id": "945f574e6cc14ea6818f91d7d56de101", "name": "Estrelinha Legal", "description": "Nossa, fui enviada na velocidade da luz! ✨", "domain": null, "ram": 1024, "cpu": 6, "language": { "name": "JavaScript", "version": "recommended" } } }
Show Toggle object
Was this page helpful?