Upload a file to the file store
POST/files
Multipart upload. The stored file can be referenced by its path in POST /run - it is bind-mounted read-only at /{path} inside the container (e.g. uploading workspace/script.py makes it available at /workspace/script.py).
Request
Responses
- 200
- 400
- 413
- 500
Stored path
Missing or invalid form fields
Upload exceeds configured limit
Internal error