- cURL
- Python SDK
Request Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
path | string | Yes | Absolute or relative path to the file |
Response
Response Fields
| Field | Type | Description |
|---|---|---|
content | string | File contents as text |
path | string | Full path to the file |
size | integer | File size in bytes |
Common File Paths
/home/user/- User home directory/home/user/output/- Common output directory/home/user/data/- Common data directory/tmp/- Temporary files

