Use case
Compliance as a step in your AI workflow.
Embed automated compliance checks directly into AI agent pipelines, n8n automations, and CI/CD workflows via REST API.
- REST API with structured JSON results
- Trigger via HTTP from n8n, Make, or Zapier
- Add a compliance gate to CI/CD pipelines
- AI + rule-based checks in a single run
- Machine-readable verdicts per rule
- PDF audit report generated per run
Capabilities
Built for programmatic use
AI agent integration via API
Trigger compliance runs programmatically from AI agent workflows. Get structured JSON results with pass/fail verdicts and evidence references.
REST API for full automation
Submit HTML, images, or rendered screenshots via REST API. Every run returns a structured report suitable for downstream automation decisions.
n8n and no-code workflow support
Call the compliance API from n8n, Make, or Zapier using standard HTTP node. Build approval gates directly inside your existing automation tool.
CI/CD pipeline integration
Add a compliance check step to your campaign build pipeline. Fail a build or flag a PR if a creative does not meet the configured policy.
AI-assisted content review
Combine rule-based checks with AI-driven natural language policy evaluation in a single run — getting both deterministic and reasoning-based findings.
Structured evidence output
Every run produces machine-readable results: pass/fail per rule, confidence scores, extracted evidence, and a PDF audit report for human review.
Getting started
Four steps to your first automated check
Obtain an API key
Create an API key in your account. Scope it to specific rule sets or use globally.
POST the email or image
Call POST /compliance-runs with your HTML, image, or trigger an email ingest. Get a run ID back immediately.
Poll or webhook for results
Check run status via GET /compliance-runs/{id}. Results are available within seconds for most emails.
Act on the structured response
Parse the JSON response: iterate findings, check overall verdict, route to approval or rejection in your pipeline.
Ready to integrate compliance into your pipeline?
Start with the API docs, or talk to us about a custom integration for your specific workflow.