Version: 1.0.0
Addons API - Introduction
FileSpin provides many addons that can be added and used within a user account. These addons provide special and custom processing such as image auto-tags, image background removal, face recognition, video storyboard, image collage, image graphics, and more.
Available Addons
| Name | ID | Description |
|---|---|---|
| On-demand image sizing with CDN delivery | ON_DEMAND_IMAGE | On-demand image sizing with CDN delivery |
| Image auto-tags | IMAGE_ANALYSIS | ML-based tagging of images for search and discovery |
| Video Storyboard | STORYBOARD | Extract image frames from video as storyboard images |
| Remove Image Background | REMOVE_BACKGROUND | Removes background from an image and replace with transparency |
| Face Recognition and Search | FACE_RECOGNITION | ML-based analysis and indexing of faces in images for search and discovery |
| Automate image graphics processing | IMAGE_GRAPHICS | Add graphics such as border, background to images, remove background/red-eye, enhance image quality, etc |
info
Some addons such as FACE_RECOGNITION may not be available by default. Please contact support@filespin.io to enable addons.
Event Hooks Support
Event hooks provide a mechanism to initiate addon processing based on events. For example, FACE_RECOGNITION can be processed:
- on image upload
- on asset metadata update
Following addons support event hooks:
- FACE_RECOGNITION
For additional details on how to setup event hooks for these addons, see Update Addons Settings.