get_download
Get a downloaded file. Images returned as viewable images. For non-images, set includeContent=true to receive base64 content (max 256KB), otherwise metadata with contentUrl.
Instructions
Get a downloaded file. Images are always returned as viewable images. Recommended for AI agents: set includeContent=true to get non-image file content as base64 inline (max 256KB). Otherwise returns metadata only (including contentUrl).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| downloadId | Yes | ID of the download | |
| includeContent | No | Whether to include file content for non-image files | |
| userId | No | User ID (default: CAMOFOX_DEFAULT_USER_ID) |