Now in early access

Compliance & data APIs
built for developers

Four production-ready APIs — sanctions screening, UK postcode enrichment, webhook delivery, and email DNS compliance. Free tier included. No credit card required to start.

Start free View APIs
# Screen a batch of names against OFAC, UK HMT and EU consolidated lists
curl -X POST https://sanctions.veriflowlabs.co.uk/v1/sanctions/screen \
  -H "X-API-Key: ys_<your_key>" \
  -d '{"names": ["Acme Corp", "John Smith"]}'

Four focused APIs

Each API does one thing well. No sprawling SDKs. No vendor lock-in. Plain JSON over HTTPS.

🔍

Sanctions Screening

Batch-screen up to 1,000 names per call against OFAC SDN, UK HMT OFSI, and EU consolidated lists. Subscribe to real-time delta webhooks so you're notified the moment a name is added or removed — no polling required.

OFAC SDN UK HMT EU consolidated Delta webhooks
POST /v1/sanctions/screen
📍

UK Postcode Enrichment

Resolve any UK postcode to lat/lng, LSOA, MSOA, district, region, and full IMD 2019 deprivation data (decile, quintile, score). Built on ONS Postcode Directory — no ONS account or data licence required.

IMD 2019 LSOA / MSOA Admin boundaries
GET /v1/postcode/{postcode}

Webhook Retry Queue

Guaranteed at-least-once delivery with idempotency keys. If your endpoint is down, events queue automatically and retry with exponential backoff. 7-day retention on the free tier. GDPR-compliant UK data residency.

Idempotent Exponential backoff UK data residency
POST /v1/webhookq/ingress/{token}
📧

Email DNS Compliance

One API call returns a composite compliance score across MX, SPF, DKIM, DMARC, BIMI, and DNSSEC. Identifies exactly which records are missing or misconfigured. Essential since Google and Yahoo's 2024 bulk-sender mandate.

SPF / DKIM / DMARC BIMI DNSSEC
GET /v1/domain/{domain}

Who uses Veriflow Labs

Common workflows across compliance, data, and engineering teams.

Fintech compliance

Screen onboarding applicants and transaction counterparties against all major sanctions lists at the point of KYC.

Insurance underwriting

Enrich customer postcodes with IMD deprivation data to refine risk models for home and motor products.

PropTech & site selection

Rank locations by deprivation index, admin boundary, and demographic profile — one API call per postcode.

Email deliverability

Audit domain portfolios for SPF, DMARC, and BIMI gaps before a campaign send. Bulk-check lead lists programmatically.

SaaS webhook infrastructure

Offload reliable webhook delivery from your own stack. Idempotency keys prevent duplicate processing on retries.

Health analytics

Join patient or cohort postcodes with IMD data to support ICB budget allocation and population health dashboards.

Simple, transparent pricing

Start free. Upgrade when you're ready. All plans billed monthly, cancel any time.

Free
£0 /month
For prototyping and evaluation. No credit card required.
  • 100 requests / day per API
  • All four APIs included
  • JSON responses
  • Webhook subscriptions
  • Email support
  • SLA
Business
Custom
For teams needing volume discounts, SLAs, or dedicated infrastructure.
  • All Pro features
  • Volume pricing
  • Custom data residency
  • Priority support
  • 99.9% uptime SLA
  • Dedicated onboarding
Contact us

Up and running in minutes

No SDK required. Any HTTP client works.

1

Get an API key

Enter your email in the pricing section above. Your key is issued instantly — no credit card required.

2

Add the header

Pass X-API-Key: ys_<your_key> on every request. No OAuth flow, no token refresh.

3

Call the endpoint

Plain JSON in, plain JSON out. All APIs return consistent error codes and messages.

4

Upgrade when ready

Hit the free-tier limit? Upgrade to Pro via Stripe. Your existing key continues to work.