Skip to main content
POST
/
apps
Create a new app
curl --request POST \
  --url https://shardcloud.app/api/apps \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: multipart/form-data' \
  --form project=@example-file
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

multipart/form-data
project
file
required

ZIP file containing the project (max 100MB)

Response

App created successfully

id
string<uuid>
I