The application to upload. Must be a ZIP file.
Response
Indicates whether the call was successful.. success
if successful, error
if not.
The status code of the response.
The contents of the response.
The ID of the uploaded application.
The name of the uploaded application.
The description of the uploaded application.
The subdomain of the uploaded application (null if not applicable).
The RAM usage of the uploaded application in MB.
The CPU usage of the uploaded application.
The programming language of the uploaded application.
The recommended version of the programming language.
{
"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"
}
}
}