Track regulatory changes across jurisdictions and industries. Monitor sanctions updates, policy changes, and compliance requirements. Get alerts before they affect your business.
# Get your free API key first curl -X POST https://api.aaido.dev/signup \ -H "Content-Type: application/json" \ -d '{"email": "you@example.com"}' # Make your first API call curl -X POST https://api.aaido.dev/v1/products/regwatch/scan \ -H "X-API-Key: YOUR_KEY" \ -H "Content-Type: application/json" \ -d '{"domain": "fintech", "jurisdiction": "EU", "keywords": ["PSD3", "DORA"]}'
{"updates": [{"title": "DORA Implementation Guidelines Published", "source": "EBA", "date": "2026-05-15", "impact": "HIGH", "summary": "New ICT risk management requirements for financial entities", "action_required": true}], "jurisdiction": "EU", "scan_date": "2026-05-28"}