API
Programmatic compliance checks. Sub-100ms responses. Structured JSON. Built for agents running repeated checks at scale.
Request
curl -X POST https://api.complyant.ai/v1/check \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"action": "send_marketing_email",
"jurisdiction": "UK",
"sector": "financial_services"
}' Response
{
"compliant": false,
"confidence": 0.92,
"issues": [
{
"rule": "uk-fca-cobs-4.2",
"summary": "Financial promotion requires approval",
"citation": {
"regulation": "FCA COBS 4.2",
"source_url": "https://handbook.fca.org.uk/..."
}
}
]
} Fast
Sub-100ms responses. No waiting for web scraping or LLM inference.
Structured
JSON responses with citations. Parse programmatically, not with regex.
Cited
Every answer links to source regulation. Auditable and defensible.
Current
Regulations change. Our pipeline updates within hours, not months.