๐Ÿ”Œ Early Access โ€” Limited Spots

Scam detection,
built for developers

TrustCore API is launching soon. Get early access to the same pattern-matching intelligence that powers Can We Trust It? โ€” via a simple REST API.

TrustCore API is in development โ€” not yet live. This page collects early-access interest only.

Built for the way developers actually work

Simple integration. Honest scoring. No black boxes โ€” just a clear probability that a piece of content matches known scam patterns.

โšก

Simple REST API

One endpoint, JSON in/out. Authenticate with an API key and get a scam-pattern score back in milliseconds โ€” no SDK required.

๐ŸŽฏ

Probabilistic scoring

Returns a 0โ€“100 confidence score and matched pattern categories. Not a binary verdict โ€” your product decides the threshold.

๐Ÿ”’

Privacy-first

No data retention on your users' content. Requests are scored and discarded โ€” nothing is stored, profiled, or sold.

๐Ÿ› ๏ธ

Developer-friendly

Predictable rate limits, clear error codes, and honest documentation. If it doesn't work, the error message tells you why.

What integration will look like

This is an illustrative preview of the planned API โ€” not the final contract. Early-access partners will shape the real design.

Request
Response
Illustrative โ€” not yet live
POST /v1/analyse
fetch('https://api.trustcore.dev/v1/analyse', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer <your-key>',
    'Content-Type': 'application/json',
  },
  body: JSON.stringify({
    content: "You've won a prize! Click here...",
    type: 'message',   // message | url | email
  }),
})
200 OK
{
  "score": 87,            // 0โ€“100 scam confidence
  "verdict": "likely_scam",
  "patterns": [
    "prize_lure",
    "urgency_cta"
  ],
  "note": "Matches patterns โ€” not a definitive verdict.",
  "ms": 42
}

// Your product decides the threshold.
// We score โ€” you act.
87 / 100 scam score
Illustrative output

The score reflects how closely submitted content matches patterns from our scam database. A high score means strong pattern match โ€” not a guaranteed scam. Your application decides what threshold to act on.

Three steps from sign-up to integration

1

Join the waitlist

Leave your email below. Early-access partners get priority onboarding and direct input on the API design.

2

Get your API key

When early access opens, you'll receive credentials and a sandbox endpoint to test against real pattern data.

3

Integrate in minutes

One REST call, standard JSON. Works from any language or platform. No SDK required โ€” just HTTP.

Be first in line

Limited spots at launch. Early-access partners shape the API โ€” tell us what you need and we'll build it.