iconik
iconik is a hybrid cloud media asset management (MAM) platform for video and media teams, letting organizations ingest, organize, search, collaborate on, and distribute media across cloud and on-premise storage without vendor lock-in. iconik is API-first: nearly everything in the product is exposed through a set of versioned REST microservice APIs - Assets, Collections, Metadata, Search, Files, and Jobs - so integrators can automate ingest, enrich metadata, drive search and discovery, manage files and formats across connected storages, and orchestrate asynchronous work. The API is authenticated with an application ID and an auth token generated by an administrator in the web UI, and event notifications are delivered as HTTP webhooks.
APIs
iconik Assets API
Create, list, retrieve, update, and delete asset containers - the core media records in iconik that hold files, proxies, formats, and metadata. Includes the delete queue for sta...
iconik Collections API
Organize assets into collections (iconik's folder-like grouping). Create, list, retrieve, update, and delete collections, and manage the assets and sub-collections contained wit...
iconik Metadata API
Define custom metadata fields and views, and read or write metadata values on assets and collections through a chosen view. Powers the structured, searchable metadata that drive...
iconik Search API
Query assets and collections with full-text, metadata, and facet filtering, sorting, and pagination via a POST search body. Supports discovery across the catalog and management ...
iconik Files API
Manage the files, filesets, formats, proxies, and keyframes attached to an asset, and the storages they live on. Handles the association of media on connected cloud and on-premi...
iconik Jobs API
Track and drive asynchronous operations such as transfers, transcodes, and ingest. Create, list, retrieve, update, and delete jobs, including parent and child job relationships ...