FileSpin provides an Add-on for auto-tagging images and capturing analysis metadata such as Labels, Logos, Dominant colors, Web Detection, etc.
Once the add-on is activated, images uploaded are automatically analysed and tag data is captured by FileSpin. Add-on processing can also be initiated for an image by using the Image Processing API with image_analysis
process key.
Auto-tags captured for an asset is automatically added to asset metadata under the reserved field _filespin_autotag_labels
and also indexed to provide keyword search.
You can make use of /process
API and /reprocess
Batch API to create autotags.
Addon key for process and reprocess API: image_analysis
Also, once processing completes, Asset Data JSON will contain process state for the addon as below:
{
"addons_info": {
"IMAGE_ANALYSIS": {
"available": true
}
}
}