A decision-confidence engine

Check Before
You Decide.

TrustCheck helps you verify people, businesses, professionals, food vendors, documents, reports, and disputes before you commit money, time, reputation, or safety. We show verified evidence and risk signals — we do not guarantee outcomes.

Evidence-based
Consent-first
Provenance, not verdicts
Explainable risk signals
16
Check categories
5
“Check before you…” verticals
7
Role-based portals
The Check Engine

One engine for every decision

TrustCheck shows verified evidence and risk signals so you can decide with confidence. It reports provenance — not verdicts about people — and never guarantees an outcome.

01

Submit what you want to check

Tell TrustCheck who or what you are checking — a person, business, professional, food vendor, document, product, or report.

02

We collect the available signals

TrustCheck gathers the evidence and records available for that subject — provenance, credentials, reviews, reports, and history.

03

You get a clear, explainable result

Results show a verdict, a risk level, a confidence rating, the reasons behind them, and source-labelled evidence — never a bare score.

04

When evidence is missing, we say so

If the evidence is unavailable, TrustCheck tells you honestly. It never fabricates a result and never guesses to fill a gap.

05

Private checks may require consent

Personal and identity checks are consent-first. Some checks ask the subject to agree before any private evidence is shared.

Supported check areas

Sixteen categories, one consistent, evidence-based result format across every check.

PersonBusinessDocumentProductHealthLandMoneyEventEducationTravelCharityPublicTestimonySafe FoodLove & FamilyProfessional / Service Provider
Try It Now

Verify a Trust ID in seconds

Enter a record's Trust ID (e.g. GH-2026-…) or scan its QR code to see its provenance, evidence and current status. Trust Profiles, Character Reports, Identity Lookups, cases and badges each carry their own Trust ID, verified on their own pages.

Try a demo ID:
The Platform

Everything TrustCheck can do

One platform of built modules — from the Check Engine to embeddable widgets — all sharing the same evidence-based, consent-first foundation.

Built for Everyone

Who uses TrustCheck?

From an individual checking a vendor to an authority coordinating a dispute — anyone who has to make a trust decision can check with confidence.

Consumers

Check people, vendors and businesses before spending money, time or trust.

Families

Consent-based relationship and family checks — never secret checks or gossip.

Professionals

Build a verified Trust Profile with credentials, reviews and TrustScore.

Restaurants & caterers

Show food-safety evidence, licences and hygiene records via a QR trust profile.

Businesses

Run due diligence on partners, suppliers and vendors before engaging.

NGOs & charities

Demonstrate registration and transparency, and verify partners and beneficiaries.

Schools & institutions

Verify records, credentials and references with a consistent, auditable process.

Event organizers

Check vendors, professionals and service providers before booking.

Associations & authorities

Coordinate reports, disputes and evidence-based resolution across members.

Fairness by Design

How TrustCheck protects fairness

These are not marketing promises — they are the rules the platform is built on. TrustCheck reports provenance and risk, and refuses to overclaim.

Consent required for private checks

Personal and identity checks are consent-first. Private evidence is never shared without the subject agreeing.

A complaint is not proof

A complaint or report is never treated as proven until it has been reviewed and verified with evidence.

Community reports are signals

Community reports are treated as risk signals — flagged for review, not published as confirmed facts.

Paid plans do not buy verification

A subscription or payment never verifies anyone. Badges are earned through evidence, not purchased.

A face match does not reveal identity

Identity lookups are consent-gated. A face match alone never exposes who someone is without their consent.

TrustScore is advisory and explainable

TrustScore is a decision aid, not a verdict. Every score comes with the reasons behind it.

Private profiles stay private

Private profiles never appear in the public directory or in embeddable widgets.

Platform Capabilities

One engine, built for real decisions

These are what TrustCheck can do — capabilities, not adoption claims. We do not publish fabricated user or customer numbers.

16
Check categories
5
“Check before you…” verticals
7
Role-based portals
3
Consent-gated report flows
Developer Access

Integrate Checks
Into Any Platform

TrustCheck's documented OpenAPI / REST API lets you run checks, read public Trust Profiles, open cases and embed verified badges — from your own product.

  • OpenAPI-documented REST API with JSON responses
  • Results carry verdict, risk, confidence, reasons and evidence
  • Source-labelled evidence in every response
  • Consent-gated endpoints for private/personal checks
  • Public-only data in directory and widget endpoints
  • Health probes for reliable integration

Core Endpoints

GET/api/v1/verify/{trustId}
POST/api/v1/checks
GET/api/v1/profiles/{handle}
GET/api/v1/profiles
POST/api/v1/cases
GET/api/v1/widgets/profile/{id}
GET/api/health
run-check.js
// Run a check with the TrustCheck REST APIconst response = await fetch(  'http://localhost:8100/api/v1/checks',  {    method: 'POST',    headers: {      'Content-Type': 'application/json',    },    body: JSON.stringify({      category: 'business',      value: 'GH-2026-00000001',    }),  }); const result = await response.json();// {//   check_ref: "TCK-2026-00000001",//   decision: { value: "verified", label: "Verified", guidance: "..." },//   risk_score: 12,//   confidence: 92,//   reasons: [{ factor: "Verification", state: "positive",//               source: "verified", detail: "Verified by TrustCheck..." }],//   disclaimer: "TrustCheck gives decision guidance from available evidence..."// }
Frequently Asked Questions

Common Questions

Everything you need to know about how TrustCheck works.

TrustCheck is a decision-confidence engine. You tell it what you want to check — a person, business, professional, food vendor, document, product or report — and it shows the available evidence and risk signals: a verdict, a risk level, a confidence rating, the reasons behind them, and source-labelled evidence. It reports provenance, not verdicts about people, and it does not guarantee outcomes.

Ready to see it in action?