NI Verified

Real people verify what AI can't.

Deepfakes. Claims. Data. Verified by paid, accuracy-tracked humans.

Verify something

Submit an image, claim, or question below. Or tag @niverified on social media. 5 paid reviewers vote. You get a shareable result link.

Submit below ↓

Build with NI Verified

Embed live verification badges on your site. Build a bot for your community. Check if content was already verified — for free.

API docs below ↓

🖼️

Is it AI?

Is this photo real or AI-generated? Workers spot what AI detectors miss.

True or False?

Is this claim true? Workers independently research and vote.

🔮

Oracle

What's the answer? Human consensus on real-world questions for smart contracts and prediction markets.

Submit for verification

📸 Paste a screenshot (⌘V), drop an image here, or browse

Higher quality = more experienced reviewers with verified accuracy.

Odd numbers work best for majority voting. More reviewers = higher confidence.

Apple Pay, Google Pay, or card · $1.25 to 5 reviewers + $0.07 fee

Embed on your site

Add a live verification badge to any webpage. One line of HTML.

<ni-verified id="abc123"></ni-verified>
<script src="https://naturalintelligence.work/api/embed/abc123.js"></script>

Replace abc123 with your verification's public ID. The badge loads live from NI — it can't be faked because it renders from our servers. Clicking it goes to the full verification page.

Bot integration

Build a Twitter, Reddit, or Discord bot that verifies content on demand.

POST /api/bot/verify

Submit content. Requires API key. Returns public_id and poll_url. Deduplicates — returns existing result if already verified.

GET /api/bot/status/:public_id

Poll until status is "verified". Then reply with result + link.

Lookup API

Check if content was already verified. Free, no auth, cached.

GET /api/verify/lookup?url=https://...

Returns existing verification if found. 404 if not. First person pays, everyone after checks for free.

Submit API

Programmatic verification. From $0.90 (3 reviewers) to $3.30 (11 reviewers).

POST /api/verify

Submit for verification. Pass type, content, context, votes.

GET /api/verify/:public_id

Check status, result, and confidence score.

Example response

{ "status": "verified",
  "result": "ai_generated",
  "confidence": 94,
  "votes_received": 5 }