Quick Start
Get your API key and run your first compliance check in under 2 minutes.
API Reference
Full endpoint reference with request and response schemas.
Core Concepts
Understand compliance agents, scoring, and annotations.
LLM Skill
Integrate ZebraTruth into any AI agent with a single SKILL.md file.
How ZebraTruth works
Send content
POST your ad script, image URLs, or video metadata to the
/v1/compliance/check endpoint.Agents analyze
Seven-plus specialized AI agents check jurisdiction laws, platform policies, and rights clearance in parallel or as a sequential pipeline.
Get structured results
Receive a compliance score, a PUBLISH / HOLD / BLOCK decision, and UI-embeddable annotations pinpointing every issue.
Choose your integration path
REST API
Direct HTTP calls from any language. Supports sync, streaming (SSE), and async with webhooks.
LLM Skill
Drop
SKILL.md into any LLM agent’s context — no SDK required.Code Examples
Ready-to-run Node.js, Python, and cURL examples in the GitHub repository.