| Name | Type | Description | Notes |
|---|---|---|---|
| uploadUrl | URI | Presigned URL to PUT your file to (expires in 1 hour) | [optional] |
| publicUrl | URI | Public URL where the file will be accessible after upload | [optional] |
| key | String | Storage key/path of the file | [optional] |
| type | TypeEnum | Detected file type based on content type | [optional] |
| Name | Value |
|---|---|
| IMAGE | "image" |
| VIDEO | "video" |
| DOCUMENT | "document" |