File analysis on upload
When uploading files to your project, we can extract file data that you can use to your benefit:
- Basic file information, e.g. EXIF.
- Insights into its content.
- Optional file analyses (e.g. virus checking or object recognition).
You can use this data to validate and moderate incoming files.
File and content info
Right after the file is received by us, we can return to you information about the file and its content. We also look inside it to identify the correct MIME type.
API response example:
On uploading the file is assigned an attribute is_image
.
If this attribute is true
, then processing operations can be applied to the file.
When processing high resolution (75+ MP) images, be aware of limitations.
Optional data analysis
Currently it includes:
API response example: