Skip to main content
GET
Get resource
Returns a redirect to a presigned S3 URL for a session-owned resource (screenshots, downloaded files, etc.). Auth is optional: supports public shares. Returns 302 Redirect to the presigned URL.

Path parameters

string
required
The session ID.
string
required
The resource bucket (e.g., screenshots, files).
string
required
The resource key (path within the bucket).

Examples

The cURL -L flag follows the 302 redirect to download the file from S3.