Files
Export file
Export a file from a computer to cloud storage.
POST
Export file
Exports a file from a computer’s filesystem and returns a download URL.
The computer must be running to export files.
Request
Computer ID to export from.
Path to the file on the computer.
Path formats
| Format | Example |
|---|---|
| Relative to home | Desktop/results.txt |
| Absolute path | /home/user/Desktop/results.txt |
| With tilde | ~/Desktop/results.txt |
Response
true if export succeeded.The exported file object.
Signed download URL (expires in 1 hour).
Example
Response
Authorizations
API key authentication. Get your key at orgo.ai/workspaces
Body
application/json
Export file