Regintel Analytics · Intelligence APIs

Your data in.
Truth out.
Done.

Stateless. Serverless. No integration complexity, no consultants, no 6-month pilots. You send the question. We return the answer. What you do with that answer is your competitive edge.

Browse APIs ↓ See a live response →
16
Active intelligence nodes
569
Signals — last 24 hours
8
Industry verticals covered
0 bytes
Raw data leaving sovereign drive
How it works

Watch 90 seconds

One video per API vertical. Plain language. You see exactly what you get back — what the output means for your operation. No technical detail. Output only.

Request a trial key

Business email verified. Industry logged. Your trial key is issued to a live Cloudflare Workers endpoint. Send synthetic data, read a real response. No sales call required.

License what sticks

POC licence, perpetual licence, or platform licence — matched to how you deploy. You proved it yourself. Simple terms. No black-box dependency. No ongoing consulting.

Request trial access

Every trial key is issued to a verified business email and logged by vertical. This is how we match signal quality to the right operators — and keep unqualified traffic out.

Business email only. Free tier: 30 days · 50 calls/day · synthetic data accepted to start.
Intelligence APIs

One input.
One answer.

Each API is a single intelligence product. You don't need to know how it works. You need to know what it tells you — and what to do next. Every response carries a cryptographic digest: proof of what the engine said and when.

Node 09/11 · Maritime Intelligence

Cargo & Consignment Integrity Score

Maritime

A shipment goes off-schedule. The Bill of Lading doesn't match the port manifest. ATA and ETA windows diverge without explanation. Before your freight forwarder escalates — or your insurer is called — we score the consignment integrity and flag the deviation type. Know in seconds what takes an investigator days.

Sample output
consignment: BL-2026-447821
zone: HORMUZ_TRANSIT
integrity_score: 3.1 / 10
deviation: MANIFEST_MISMATCH + ROUTE_ANOMALY
action: HOLD_RELEASE — FLAG_CUSTOMS
Node 14 · AASCS · Atmospheric Intelligence

Atmospheric Disruption Early Warning

Atmospheric

Saharan dust fronts reaching MENA corridors. Wildfire smoke plumes crossing federation borders. Each event degrades solar output, spikes grid demand, grounds aviation, and triggers insurance claims simultaneously — before your operations feel it. We detect and score the disruption 48–72 hours out so you position ahead of the event, not after it.

Sample output
zone: RIYADH_MENA_CORRIDOR
event_type: HABOOB_FRONT + WILDFIRE_PLUME
severity: 8.7 / 10
solar_output_impact: −42%
action: ACTIVATE_CONTINGENCY — 48H_WINDOW
Node 36 · TimeGuard · Workforce Compliance

Shift Compliance Risk Scorer

Compliance

A single Working Time Directive breach across a large shift operation can trigger a £50,000 fine per incident — and they compound fast. Send us synthetic shift data modelled on your patterns to start. We return the breach type, the regulation reference, and the financial exposure before the inspector finds it.

⊕ Synthetic data accepted for trial — GDPR safe from day one
Sample output
shift_ref: SYN-SHIFT-4471
breach: REST_PERIOD_VIOLATION
regulation: WTR_1998_S11
fine_exposure: £48,000
action: REASSIGN_BEFORE_0600
Node 38 · PipeShield · Asset Intelligence

Pipeline Liability Pre-Underwrite Score

Infrastructure

Before you write the policy or fund the asset — know the rupture liability score. Population exposure, regulatory zone, failure probability, and estimated legal liability range in a single API call. What takes a loss adjuster a week takes us under a second.

Sample output
segment: N_SEA_FORTIES_S3
risk_score: 7.1 / 10
pop_exposure_1km: 4,200
liability_range: $180M–$420M
action: EXCLUDE_OR_REPRICE
Node 19/34 · Post-Ops Intelligence

30-Day Readmission Risk Score

Clinical

30-day readmissions cost NHS trusts millions in avoidable spend annually. Send us the discharge profile. We return a readmission probability score and the primary risk flag — before the patient leaves the ward. Intervene once, not twice.

⊕ Synthetic patient profiles accepted for trial — GDPR safe
Sample output
patient: [hashed-token]
readmission_prob: 0.74
primary_risk: WOUND_DEHISCENCE
cost_if_readmitted: £11,400
action: EXTEND_MONITORING_72H
Node 39 · Vendor Intelligence

Supplier Risk Score

Procurement

You're about to sign a six-figure supplier contract. Is this vendor likely to underperform, default on delivery, or fail a compliance audit in the next 12 months? Send the vendor identifier. We return a composite risk score before you commit to the contract.

Sample output
vendor: SUPPLIER_ID_9923
risk_score: 6.8 / 10
primary_flag: CASHFLOW_STRESS
compliance_risk: MEDIUM
action: REQUEST_ACCOUNTS_BEFORE_SIGNING
Node 37 · Constraint Intelligence

Grid Connection Fast-Track Finder

Infrastructure

UK grid connections are queued 10–15 years in most zones. But not everywhere. Send us your project location and capacity requirement. We return the fastest viable connection path — zones others are not looking at, with the estimated wait time and the application window.

Sample output
project: SOLAR_KENT_4MW
standard_queue: 11.2 years
optimal_zone: SHEPWAY_132KV
estimated_wait: 2.4 years
action: SUBMIT_APPLICATION_THIS_QUARTER
Node 40 · Fibre Intelligence

Fibre Deployment Priority Score

Telecoms

£3.16 billion in DCMS and BEAD funding is available for fibre rollout. Most deployment teams compete on routes chosen by instinct. Send us your target postcode zone. We return the funding-available, lowest-cost-to-build priority score — before your competitors submit their bid.

Sample output
zone: SW_CORNWALL_TR1
dcms_funding: £2.1M available
build_cost_index: 0.62 (low)
priority_score: 9.1 / 10
action: SUBMIT_DEPLOYMENT_BID_NOW
Integration

One request.
One response.
No complexity.

Every API is stateless. No SDK. No session management. No persistent connection. Send a POST with your input. Read the JSON response back.

Trial keys run against synthetic reference datasets first — no GDPR exposure, no data sharing agreement required to prove the concept. Switch to live data at perpetual licence stage.

Every response includes a cryptographic digest — timestamped proof of exactly what the engine said and when. Court-grade evidence trail, built in.

// Example — Consignment Integrity check POST https://node-09.regintel.workers.dev/v1/integrity Headers: X-REGINTEL-KEY: your-trial-key Content-Type: application/json Body: { "bl_ref": "BL-2026-447821", "zone": "HORMUZ_TRANSIT", "synthetic": true } // Response { "integrity_score": 3.1, "deviation": "MANIFEST_MISMATCH", "action": "HOLD_RELEASE", "digest": "c35207823a26142e", "timestamp": "2026-02-22T01:18:26Z" }