Files
Upload file
Upload a file and sync it to running computers.
POST
Upload file
Uploads a file to a workspace, optionally associated with a specific computer.
Request
Send amultipart/form-data request with the file and workspace information:
File to upload. Maximum size: 10MB.
Workspace ID to upload the file to.
Optional computer ID to associate the file with.
Response
The uploaded file object.
Example
Response
Uploaded files are stored in the workspace and can be accessed by all computers in that workspace.
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Body
multipart/form-data
Response
File uploaded
Upload file