Upload a generation reference
deepy_upload_fileUpload image, video, or audio files (up to 50 MiB) to Deepy and receive a fileId for use in subsequent content generation calls.
Instructions
Upload an image, video, or audio attachment (up to 50 MiB) to Deepy and return its fileId. For files attached directly to the agent window, pass their absolute local path as filePath. Call this before estimate/create and pass the returned id in referenceFiles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base64 | No | Base64 file bytes fallback. Do not use for large files; prefer filePath. | |
| filePath | No | Absolute local path to an image, video, or audio attachment. Preferred for files from the agent window. | |
| filename | No | Required with base64; ignored for filePath except for MIME inference fallback. | |
| mimeType | No | Optional media MIME type. Inferred from the filename extension when omitted. |