Export a file from a computer’s filesystem. Returns a download URL for the file.
| Format | Example |
|---|---|
| Relative to home | Desktop/results.txt |
| Absolute path | /home/user/Desktop/results.txt |
| With tilde | ~/Desktop/results.txt |
/home/user. Attempting to access paths outside this directory will return a 403 error.
API key authentication. Format: sk_live_...