Devbox File Tools
Upload binary file contents to Devbox filesystem.
Upload file contents of any type (binary, text, etc) to a Devbox. Note this API is suitable for large files (larger than 100MB) and efficiently uploads files via multipart form data.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The Devbox ID.
Body
multipart/form-data
The path to write the file to on the Devbox. Path is relative to user home directory.
Response
200 - application/json
The response is of type object
.