Connect your PIM or DAM and anchor cryptographic proofs for hundreds of thousands of SKUs and media assets automatically.
Allowlist authorized sellers, set per-domain policies, and revoke rogue domains in one click, enforced on the next verification request on every channel.
Expose your verified catalog to AI agents, marketplaces, and partner CMS systems through one verification surface.
Track exactly what share of your catalog is protected, which channels consume it, and what gets blocked.
Anchor a pilot set of SKUs and validate verification end-to-end.
First proofs liveConnect your PIM or DAM and batch-certify the full catalog.
Full catalog anchoredDefine seller allowlists and per-domain policies.
Policies enforcedOpen verification to marketplaces, partners, and AI agents.
All channels liveSync thousands of products and media assets directly from your PIM. Attach metadata and authorize specific reseller domains instantly.
curl -X POST "https://api.mintall.ai/v1/keep/batch" \
-H "Authorization: Bearer m_live_..." \
-H "Content-Type: application/json" \
-d '{
"catalog_id": "cat_01H...",
"assets": [
{
"url": "https://cdn.brand.com/images/fall24/hero-jacket.jpg",
"metadata": {
"sku": "JKT-F24-01",
"brand": "Acme Corp",
"authorized_domains": ["acme.com", "partner.com"]
}
}
]
}'Give partners and AI channels a unified endpoint to verify that an asset's certificate is valid, its image unmodified, and its seller authorized for that domain.
curl -G "https://api.mintall.ai/v1/verify" \
-H "Authorization: Bearer m_live_..." \
--data-urlencode "asset_url=https://rogue-seller.com/hero-jacket.jpg" \
--data-urlencode "context=rogue-seller.com"
# Returns:
# {
# "verified": false,
# "status": "UNAUTHORIZED_CONTEXT",
# "owner": "Acme Corp"
# }Verify that third-party sellers are actually authorized to sell specific brands before they list products on your platform.
Protect your IP globally with a cryptographically signed catalog of your authentic products that any channel can check.
Embed Mintall's verification into your own CMS or commerce platform to offer trust-as-a-service to your merchants.
Proofs are anchored to open standards, so everything you certify stays verifiable by anyone, with or without Mintall.