LIBRARIAN AGENTSee how Aprimo's AI automatically builds company-specific metadata models and enriches digital assets — driving findability, eCommerce, digital rights management, and governance across your content ecosystem.
We'll analyze how this company organizes content to build a tailored metadata model
Drop an image or PDF here, or click to browse
Supports JPG, PNG, WebP, PDF · Max 20MB
Asset preview will appear here
The agent analyzes the company's industry, structure, and website taxonomy to understand how they organize content — inferring product categories, brands, and business units.
A company-specific metadata model is built covering findability, eCommerce, digital rights, security, and compliance — with field types, taxonomies, and industry-specific extensions.
Computer vision and AI analyze the asset to populate every metadata field with predicted values, confidence scores, OCR text, detected objects, and rights considerations.
This application also functions as a REST API. Send a POST request to /api/analyze with your company name and asset(s) to receive the full metadata analysis as JSON.
curl -X POST https://your-domain.vercel.app/api/analyze \
-H "Content-Type: application/json" \
-d '{
"companyName": "Nike",
"assetUrl": "https://example.com/product-shot.jpg"
}'