Image Rights Clearance
Check images for restricted-category content, brand logos, stock-agency watermarks, content safety signals, AI-generation provenance (C2PA / IPTC metadata), and known-person likeness.Endpoint
Two request formats are supported. JSON — reference publicly-hosted images by URL:What It Checks
- C2PA / IPTC metadata — Content Credentials, provenance, AI generation markers
- Restricted-category content — Six advertising-restricted categories detected from image content: alcohol & spirits, weapons & firearms, tobacco & smoking, gambling, pharmaceuticals, and financial products (incl. crypto / forex / investments). Each carries jurisdiction-aware citations and platform-policy references. Full list and citation matrix in the Restricted Categories guide.
- Content safety (ZebraSafety) — adult / violence / racy / medical likelihood signals. Tiered: high-confidence detections produce
blockchecks; medium-confidence produceflagchecks for review. Medical content is surfaced as info-only (pharmaceutical-advertising rules may apply but it never auto-blocks). - Brand logo detection — Recognized trademarks (Nike, Coca-Cola, etc.) —
flagfor review (could be fair use, comparative advertising, or authorized). - Stock-agency watermark detection — Shutterstock, Getty, Adobe Stock, etc. —
block(unlicensed stock imagery). - Known-person / celebrity likeness detection — Right-of-publicity flag for recognizable public figures. Surfaces when the celebrity-detection provider is enabled in your deployment; not active in the default ZebraTruth-managed configuration today.
- Deterministic risk aggregation — Combines all detections into compliance checks with status (
pass | flag | block), severity (info | low | medium | high | critical), and recommendation.
Check Statuses
Not every detection is a hard block. The aggregator maps detections to statuses as follows:| Detection | Status | Severity | Rationale |
|---|---|---|---|
| Stock-agency watermark (Shutterstock, Getty, etc.) | block | critical | Unlicensed stock imagery — high copyright liability |
| Restricted category — high severity (alcohol, weapons, tobacco, gambling) | block | high | Hard-restricted advertising category in most jurisdictions |
| Restricted category — medium severity (pharmaceutical, financial-products) | flag | medium | Regulated advertising — substantiation and disclosure requirements |
| Content safety — adult/violence/racy at high confidence | block | high | Platform-policy violation in most ad networks |
| Content safety — adult/violence/racy at medium confidence | flag | medium | Review: may be intentional and permitted in context |
| Content safety — medical content | pass | info | Informational only — surfaces pharmaceutical-rule applicability |
| Known-person face (when enabled) | flag | high | Review: the person may be licensed, a paid spokesperson, or consented |
| Brand logo | flag | high | Review: could be nominative fair use, comparative advertising, or authorized |
| C2PA credentials missing | flag | medium | Required by some jurisdictions/platforms (EU AI Act, California SB 942, China Deep Synthesis Provisions, MeitY 2024) |
| AI-generation markers present (non-C2PA) | pass | info | AI origin documented in metadata |
| C2PA credentials present | pass | info | Verified, with generator and assertion details |
| No AI-generation markers found | flag | high | Image’s origin cannot be verified from metadata |
flag as “human review needed,” not “reject.” Use the recommendation field to drive the reviewer’s next step.
Per-Jurisdiction Citations
Citations on returned checks are composed from the laws applicable to the jurisdictions you requested. Ask for["us"] and you get US citations; ask for ["us", "eu", "uk"] and you get a semicolon-joined list covering all three. Platform-specific policy citations (Meta, TikTok, YouTube, X) are appended based on requested platforms.
Example — same restricted-category detection across different request scopes:
| Request scope | Citation on Restricted Category: Alcohol & spirits check |
|---|---|
jurisdictions: ["us"], platforms: [] | 27 U.S.C. § 213 (Federal Alcohol Administration Act); FTC alcohol self-regulation guides; state alcohol-board rules (e.g. California ABC, NY SLA) |
jurisdictions: ["us", "uk"], platforms: ["facebook", "tiktok"] | All US + UK regulatory citations, plus Meta Advertising Standards — Alcohol; TikTok Advertising Policies — Alcohol |
jurisdictions: ["china"], platforms: ["youtube"] | China Advertising Law Art. 23 (alcohol); SAMR enforcement; Google Ads Policies — Alcohol |
Response
Response field reference
| Field | Type | Meaning |
|---|---|---|
checks | array | All compliance checks emitted for the image(s). Each carries status, severity, message, recommendation, citation. |
checksById | object | Same checks keyed by id for direct lookup. |
indexes | object | Inverted indexes: byStatus, bySeverity, byJurisdiction, byPlatform, byCategory — convenient for UI filtering. |
annotations | array | image-region annotations with bounding boxes for detected elements (when available). |
decision | enum | Canonical decision: PUBLISH (clean) / HOLD (review) / BLOCK (do not publish). Driven by aggregating check severities. |
score | number | Compliance score 0–100. Higher is better. Below 50 typically means BLOCK. |
cached | boolean | Whether the result came from the request cache (identical inputs within the cache window). |
creditsCharged | number | Credits debited from your tenant balance for this request. |
costBreakdown | object | Per-agent credit + latency breakdown. |
Cost
35 credits per image. Multi-image requests scale linearly (35 × imageCount).
Notes
- JSON path: images must be publicly accessible URLs
- Multipart path: upload binaries directly, up to 2 per request, 4.5 MB total body
- Maximum 2 images per request on both paths (hard cap)
- Requests are scoped to your subscribed jurisdictions and platforms — see Tenant Onboarding and Scoping for the 403 model
- Results include
image-regionannotations with bounding boxes for detected elements (when the underlying detection produces one) - The restricted-categories list is admin-tunable in real time without a redeploy — see the Restricted Categories guide for the full catalog and how to request additions for your account