Skip to main content
GET
/
api
/
sandboxes
/
{id}
/
files
/
download
Signed Download
curl --request GET \
  --url https://app.opencomputer.dev/api/sandboxes/{id}/files/download \
  --header 'X-API-Key: <api-key>'
(file content with Content-Length header)
Download a file using a signed URL. No authentication required — the signature and expiry are validated from query parameters. Generate a signed URL first via Generate Download URL.
id
string
required
Sandbox ID
path
string
required
Absolute path to the file
expires
string
required
Unix timestamp when the URL expires
signature
string
required
HMAC-SHA256 signature
(file content with Content-Length header)