| Name | Type | Description | Notes |
|---|---|---|---|
| filename | String | Name of the file to upload | |
| contentType | ContentTypeEnum | MIME type of the file | |
| size | Integer | Optional file size in bytes for pre-validation (max 5GB) | [optional] |
| Name | Value |
|---|---|
| IMAGE_JPEG | "image/jpeg" |
| IMAGE_JPG | "image/jpg" |
| IMAGE_PNG | "image/png" |
| IMAGE_WEBP | "image/webp" |
| IMAGE_GIF | "image/gif" |
| VIDEO_MP4 | "video/mp4" |
| VIDEO_MPEG | "video/mpeg" |
| VIDEO_QUICKTIME | "video/quicktime" |
| VIDEO_AVI | "video/avi" |
| VIDEO_X_MSVIDEO | "video/x-msvideo" |
| VIDEO_WEBM | "video/webm" |
| VIDEO_X_M4V | "video/x-m4v" |
| APPLICATION_PDF | "application/pdf" |