Basic Request
Query Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | File path to download |
Response
The response is the raw file content with appropriate content-type headers.Example: Download Image
Example: Download Generated Data
Common Download Patterns
Download Multiple Files
File Types
Download any file type:- Generated reports: .pdf, .html
- Data exports: .csv, .json, .xlsx
- Visualizations: .png, .jpg, .svg
- Code outputs: .py, .js, .txt
- Archives: .zip, .tar.gz

