Your obligations under AI law now depend on every state you operate in, the federal layer, and — if you touch EU users — the EU AI Act. Compliance teams use AI Law Tracker to turn that patchwork into a single, monitorable source of truth.
POST /v1/assess— values are illustrative; the shape is the live API response.
curl -X POST "https://ai-law-tracker.com/api/v1/assess" \
-H "X-API-Key: alt_pro_…" \
-H "Content-Type: application/json" \
-d '{
"state": "colorado",
"sector": "hr-recruiting",
"aiUse": ["hiring", "screening"],
"ai_decision_impact": "high",
"countries": ["eu-germany"]
}'{
"api_version": "v1",
"data": {
"risk": {
"score": 8,
"level": "High",
"factors": [
"High-impact automated employment decisions",
"Colorado AI Act applies (high-risk deployer duties)",
"EU AI Act reaches EU-based candidates"
]
},
"applicable_law_count": 4,
"jurisdictions": ["colorado", "united-states", "eu-germany"],
"obligations": [
{
"law": "Colorado AI Act (SB 24-205)",
"jurisdiction": "Colorado",
"layer": "state",
"penalty": "Enforced by the Colorado AG as a deceptive trade practice",
"status": "Signed — effective 2026-02-01",
"source_tier": "primary",
"source_url": "https://leg.colorado.gov/bills/sb24-205"
}
]
},
"meta": { "interpreted": true, "not_legal_advice": true }
}Full reference in the developer docs · paid tiers from $0/mo on pricing.
Yes. POST your business profile (state, sector, how you use AI, and any countries you serve) to /v1/assess and the API returns the applicable obligations across the state, federal, and — where relevant — EU layers, each linked to its primary source, plus a reproducible 1–10 risk score.
No. The score is deterministic — the same profile always produces the same score and the same named factors, with no language model in the path, so it cannot hallucinate. It is decision-support, not legal advice.
Poll /v1/changes with the cursor from your last sync, or subscribe a webhook with POST /v1/webhooks to receive an HMAC-signed POST on law.created / law.updated events.
AI Law Tracker provides informational data, not legal advice. Verify every record against its official source before relying on it.