Aprimo
LIBRARIAN AGENT
API
AI-POWERED METADATA INTELLIGENCE

Experience the
Librarian Agent

See 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

OR UPLOAD

Drop an image or PDF here, or click to browse

Supports JPG, PNG, WebP, PDF · Max 20MB

Asset preview will appear here

How It Works

01

Company Analysis

The agent analyzes the company's industry, structure, and website taxonomy to understand how they organize content — inferring product categories, brands, and business units.

02

Metadata Model Generation

A company-specific metadata model is built covering findability, eCommerce, digital rights, security, and compliance — with field types, taxonomies, and industry-specific extensions.

03

AI Asset Enrichment

Computer vision and AI analyze the asset to populate every metadata field with predicted values, confidence scores, OCR text, detected objects, and rights considerations.

API Access

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.

Example cURL request
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"
  }'