cURL
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" }
Documentation IndexFetch the complete documentation index at: https://docs.shardcloud.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.shardcloud.app/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ZIP file containing the project (max 100MB)
App created successfully