Live Financial Crime Workflow
Name Screening
Sanctions, PEP, adverse media, and relationship screening.
final_report_ready=true result.screening_result.screen_ui.
GET /public/a2a/schema
POST /public/a2a/screen/async
GET /public/a2a/jobs/<job_id>
curl -sS -X POST https://financial-crime.ai/public/a2a/screen/async \
-H "Content-Type: application/json" \
-H "A2A-Version: 1.0" \
-H "User-Agent: your-agent-name/1.0" \
-d '{"name":"Example Trading Ltd","type":"corporate","country":"CA","mode":"company"}'