Skip to main content

Endpoint

Parameters

Request

Multipart form upload. Must be a .zip file.

Response

Example

How to zip your project

Zip from inside your project folder so folder structure is preserved:
Do not zip the folder itself — zip the contents. If you run zip -r project.zip my_project/, files will extract into a subfolder and paths will not resolve correctly.
For test mode to work correctly, your test files must be in the right directory — e.g. tests/test_app.py for Python. Uploading as a zip preserves this structure automatically.