API Center
Integrate ReguShield AI into your compliance stack via REST API, webhooks and batch scoring. API keys, webhooks, batch scoring, audit logs and tenant-scoped access — all scoped to the Infrastructure plan.
Pilot API Sandbox
The examples below are sandbox-level demonstrations of the API design. Production integration requires Enterprise API integration after technical onboarding — including security review, data field mapping and customer approval.
What the API unlocks
API Keys
InfrastructureScoped API keys with configurable read/write permissions. Rotate keys without downtime.
Webhooks
InfrastructurePush risk events and compliance alerts to your systems when triggered. HMAC-signed payloads.
Batch Processing
InfrastructureSubmit up to 1,000 records per batch. Async processing with webhook delivery on completion.
Transaction Scoring
Sandbox / InfrastructureReal-time compliance scoring via POST endpoint. Risk level, regulatory basis and AI reasoning.
Tenant-Scoped Auth
InfrastructureAll requests are bound to a workspace ID. OAuth 2.0 and API key authentication.
Audit Logs
InfrastructureEvery API call logged with user, workspace, timestamp and outcome. Available for compliance review.
Where the API sits in the stack
API feeds enter the same five-layer compliance pipeline as file uploads — normalised, mapped to regulatory frameworks, scored and delivered as decisions, webhooks or reports.
Customer Data Sources
CSV · Excel · PDF · API Feed · DB Export · SharePoint · Drive · SAP · Oracle · Salesforce
ReguShield Ingestion Layer
Parsing · Column Mapping · OCR · Schema Normalization · Tenant Isolation
Regulatory Mapping Engine
AMLA 2027 · MiCA · DORA · EU AI Act · AMLR · AMLD6 · Travel Rule · FATF
Decision Engine
Risk Scoring · EDD Triggers · Sector Context · Exposure Calculation · AI Reasoning
Actions / Reports / API Events
Executive Reports · Audit Trail · Webhook Events · Copilot Reasoning · Case Archive
All data passes through tenant-isolated workspace — no cross-tenant access at any layer.
Credential management
Sandbox illustration — available on Infrastructure plan after Enterprise Onboarding.
Active API Keys
Endpoints
Base URL: https://api.regushield.ai/v1
/api/analyzeSandbox example{
"amount": 7500,
"country": "AE",
"pep": true
}{
"risk_score": 87,
"risk_level": "HIGH",
"required_action": "EDD_REQUIRED",
"regulations": ["AMLA 2027", "FATF Rec. 10"],
"reasoning": "PEP involvement combined with
high-risk jurisdiction triggers enhanced
due diligence under AMLA Article 18."
}/api/batchSandbox example{
"records": [
{ "id": "TX-001", "amount": 1200, "country": "DE" },
{ "id": "TX-002", "amount": 45000, "country": "RU",
"pep": true }
],
"sector": "FinTech",
"webhook_url": "https://your-domain.com/webhook"
}{
"batch_id": "batch_9f3c2a1e",
"status": "processing",
"record_count": 2,
"estimated_completion": "2026-06-02T14:35:00Z"
}/api/report/{workspace_id}Sandbox example{
"workspace_id": "ws_abc123",
"generated_at": "2026-06-02T12:00:00Z",
"compliance_score": 74,
"high_risk_count": 3,
"medium_risk_count": 11,
"regulations_covered": ["AMLA","MiCA","DORA","AI Act"],
"report_url": "https://app.regushield.ai/..."
}/api/webhooks/registerSandbox example{
"url": "https://your-domain.com/compliance-events",
"events": [
"HIGH_RISK_DETECTED",
"EDD_REQUIRED",
"REPORT_READY"
],
"secret": "whsec_your_signing_secret"
}{
"webhook_id": "wh_7d4e2f1a",
"status": "active",
"events": ["HIGH_RISK_DETECTED","EDD_REQUIRED",
"REPORT_READY"],
"created_at": "2026-06-02T12:00:00Z"
}Try the API — Sandbox
Sandbox example of the compliance scoring endpoint. Not connected to a live production system.
/api/analyze{
"risk_score": 87,
"risk_level": "HIGH",
"required_action":
"EDD_REQUIRED",
"regulations": [
"AMLA 2027",
"FATF Rec. 10"
],
"reasoning": "PEP + high-risk
jurisdiction triggers EDD
under AMLA Article 18."
}What is available at each tier?
| Ingestion Method | Visibility | Compliance Copilot | Infrastructure |
|---|---|---|---|
| CSV upload | Live | Live | Live |
| Excel upload | Live | Live | Live |
| PDF (beta) | — | Beta | Beta |
| API Feed | — | — | Sandbox |
| Webhooks | — | — | Sandbox |
| Database Export | — | — | Enterprise Onboarding |
| SharePoint / Google Drive | — | — | Enterprise Onboarding |
| SAP / Oracle | — | — | Enterprise Onboarding |
| Salesforce / Dynamics | — | — | Enterprise Onboarding |
API deployment controls
Pilot Sandbox Available
CSV, Excel and API sandbox endpoints are available immediately for technical evaluation without production commitment.
Production Integration via Enterprise Onboarding
API, webhooks, database connectors and enterprise system integrations are deployed through a structured onboarding engagement with security review.
Data Mapping Included
Your internal field names do not need to match ReguShield's schema. Field mapping is performed during onboarding — no manual data model rebuild required.
Tenant Isolation
All data, API calls and workspace sessions are scoped to a unique tenant workspace ID. No cross-tenant data access at any layer.
Audit Logging
Every upload, case event, API call and copilot interaction is logged with user identity, timestamp and outcome. Available for compliance and security review.
Admin Approval Workflow
All pilot access requests and API credential issuance go through a manual admin review. No self-serve production access without approval.
Security by design — API layer.
Every API call passes through the same tenant-isolated, auth-protected, audit-logged infrastructure as the pilot workspace.
Data Isolation
Every tenant workspace is isolated by a unique workspace ID enforced at the database, API and authentication layers. No data is shared across customers.
Authentication
Supabase email/password authentication with admin approval gate. Every pilot access request is manually reviewed before workspace credentials are issued.
Audit Logs
Every upload, case status change, AI copilot interaction and API call is logged with user identity, workspace ID, timestamp and outcome. Immutable audit trail.
Environment Secrets
All service credentials — Supabase, OpenAI, API keys — are protected as server-side environment variables. No sensitive keys are ever exposed to the client.
Compliance Decision Support
ReguShield AI is decision-support infrastructure — not legal advice and not a substitute for qualified legal counsel. Output should be reviewed by your compliance team.
Enterprise Onboarding
Production API access, custom connectors and dedicated environments require an onboarding engagement — security review, data field mapping and customer approval before deployment.