DAM 25.7
| Version | 25.7 |
|---|---|
| Release Date | 05 November 2025 |
Changes
New features
Allow files to be scaled to a recommended size when imported via the API. This feature is supported on the following endpoints:
POST /api/{culture}/files/import-from-urlPOST /api/{culture}/files/import-from-byte-dataPOST /api/{culture}/files/{fileId}/replace-file-from-url
By setting the property scaleToRecommendedSize to true in the request. The file will be scaled in the background after the import is completed.
The recommended size is defined as a 6000x6000 pixel image, maintaining the original aspect ratio and using a webp format. The file will be renamed to have the correct file extension. If the file name is too long after renaming (including .webp), it will be truncated to fit within the maximum allowed length (128 characters).
The property is ignored for non-image files.
Enhancements
None
Deprecations
None