For creators, artists, and photographers

Who published
this image first
and can you prove it?

Drop your image. In seconds, SBIX tells you if it already exists somewhere online. If it does, you have a problem. If it does not, you have a window. Either way, certifying now is the only move that protects you later.

If this image is yours and not certified, you cannot prove priority later.

What happens when someone steals your image
1.They upload it, mint it, or publish it as their own.
2.You say it was yours first. They say the same thing.
3.Whoever has timestamped proof wins. Do you have it?
5M+
Images indexed
0.08
EUR per proof
eIDAS
Qualified timestamp
Forever
Independently verifiable
Check your image now public demo
Ready
Preparing
Original
This image appears original.
No prior match detected.
First seen
n/a
Earliest detected year
Copies found
0
Indexed platforms
Origin signal
n/a
No origin signal
Platforms
Generate proof before it spreads Investigate further If this image is yours and not certified, you cannot prove priority later.
eIDAS Qualified timestamp
RFC-3161 / SHA-256
Tezos blockchain anchor
6.4M images indexed
EU sovereign infra AS30077
Independently verifiable. Forever.
The problem

Image theft is not a legal problem.
It is a proof problem.

When someone steals your image and publishes it, the question is not who made it. Everyone says they made it. The question is who can prove they had it first. Right now, can you?

01
They publish first
Someone finds your image, uploads it to a platform, mints it as an NFT, or posts it as their own. Now there is a public timestamp on their version. Not yours.
Happens every day
02
You argue. They argue.
You say you made it. They say the same. You have your files on your hard drive. They have a public transaction on the blockchain. Screenshots prove nothing. File dates prove nothing.
Your word vs theirs
03
Proof wins
A cryptographic timestamp from a qualified trust authority is the only thing that settles this. It proves you had the exact file at an exact moment in time. No one can fake that retroactively.
eIDAS / Tezos / SHA-256
How it works

Two minutes.
Permanent proof.

You do not need to understand cryptography. You need to drop your image and click one button.

Step 01
Scan first
Drop your image. Free scan checks 6.4M indexed images across NFT platforms, museums, and the web. Tells you if it is already circulating somewhere.
Step 02
See the risk
If copies exist, you see where, when, and on what platform. If it looks original, you have a window. Either way, you now know whether you have a problem.
Step 03
Generate proof
One click. SBIX hashes your file, sends it to an eIDAS Qualified timestamp authority, anchors the proof on the Tezos blockchain. 0.08 EUR. Takes 10 seconds.
Step 04
You are protected
You get a proof_id and a permanent verification URL. Anyone can verify it independently without SBIX. If someone challenges your ownership later, you have the answer.
Real scenarios

This is not hypothetical.
It happens to people like you.

NFT artists
Someone minted your artwork before you did.
You created the piece. You were about to mint it. But someone found it in your preview posts or portfolio and minted it first on Teia or Objkt. Now they have a blockchain timestamp and you do not. SBIX finds the match, shows you the date, and lets you build a counter-evidence package.
Scan
See if your work is already minted somewhere.
Certify now
Create proof dated before the dispute escalates.
Dispute
Send the verification URL to the platform. Let the timestamp speak.
Photographers
Your photo is being used without credit or payment.
Your shot is on a website, a campaign, or social media with no credit and no license fee. You need to prove you took it first. A file creation date on your hard drive is not enough. A certificate from a qualified trust authority is.
Scan
Find where your images appear across 6.4M indexed sources.
Certify
Timestamped proof at 0.08 EUR. Not 500 EUR in lawyer fees.
Evidence
PDF certificate + verification URL + blockchain anchor.
Pricing

Four plans.
Start free.

The free scan is always free. 5 proofs/month on the free tier. Unlimited proofs on Pro ($29) and Legal ($49). Check (9 EUR/month) is unlimited analysis only — no certification. Cancel anytime. Proofs stay valid forever.

Free
$0 / month
No card needed
5 proofs / month
Digital fingerprint
Blockchain record
PDF certificate
Shareable verification link
Evidence Pack
eIDAS Qualified timestamp
API access
Start free
Check — Analysis
9 EUR / month
Unlimited checks, no certification
Unlimited visual checks
Full similarity results
Trust Index + breakdown
Top match details
Source platform + timeline
No certification or proofs
No blockchain record
No PDF certificate
Get Check
Legal — Court-ready
$49 / month
For EU legal contexts (eIDAS).
Unlimited proofs
Everything in Pro
eIDAS Qualified timestamp
Court-ready evidence bundle
Legal notices + chain of custody
Compliance-ready exports
Priority legal support
Go Legal
Cancel anytime. Proofs stay valid forever. Your files are never stored — only their cryptographic fingerprint.
Full pricing details
API v16 / OpenAPI 3.0

Five endpoints.
No SDK. No wrapper.

REST JSON throughout. Auth via Bearer token. certify.sbix.io is the base. Every response is the same envelope: {"success": true, "data": {...}}. Parse it once.

FREE
POST /scan-public
AUTH
POST /certify
OPEN
GET /verify/{id}
AUTH
POST /check
PARTNER
POST /certify-lite
POST /api/v1/scan-public
# No auth. 10 scans/day free. Max 50MB.
curl -X POST https://certify.sbix.io/api/v1/scan-public \
  -F "file=@image.jpg"

# 200 response
{
  "success": true,
  "data": {
    "alert":         "SIMILAR",    // ORIGINAL | SIMILAR | MODIFIED_COPY | EXACT_COPY | CERTIFIED
    "matches_found": 3,
    "trust_index":   62,           // 0=confirmed copy, 100=certified original
    "db_size":       6463807,      // fingerprints in index at scan time
    "matches": [
      {
        "proof_id":          "teia_871500",
        "platform":          "teia",
        "similarity_percent": 97.4,
        "first_indexed_at":   "2021-06-14T08:22:00Z",
        "source_url":        "https://ipfs.io/ipfs/QmS9fXRz...",  // direct image URL, never HTML
        "verify_url":        null         // only set for proof_ entries
      }
    ]
  }
}
Five endpoints. One decision surface.
All responses follow the same envelope. Auth via Bearer token header. Base: certify.sbix.io
FREE
POST /api/v1/scan-public
No auth. 10/day free, unlimited Pro. Upload image, get alert (ORIGINAL / SIMILAR / EXACT_COPY / CERTIFIED), matches array, trust_index, db_size. Max 50MB. Latency ~200ms server-side.
AUTH
POST /api/certify
0.08 EUR/call. Merkle batch up to 10,000 leaves. Returns proof_id, merkle_root, eIDAS Qualified RFC-3161 TSR from AlfaSign QTSA, Tezos anchor. File never stored, hash only.
OPEN
GET /api/v1/verify/{proof_id}
No auth, permanent. Verify by proof_id or SHA-256 hash. Returns certificate data, timestamp, blockchain anchor. Works independently of SBIX uptime once TSR is issued.
AUTH
POST /api/v1/check
Pro only. Full pipeline: pHash + 8 flip/rotation variants + ORB/RANSAC geometric verifier + DINOv2 semantic embeddings. Returns Matrice v4.3 decision (BLOCK/REVIEW/SAFE), trust_index, decision_reason audit trail.
PARTNER
POST /api/v1/certify-lite
scope=certify_lite + is_partner required. Send SHA-256 hash only, no file upload. AlfaSign QTSA timestamp, proof JSON, PDF lite, DB record. RGPD: zero personal data stored. Active: instamp.app.
Act before it is too late

Proof before
theft.

Every image you have not certified is a risk. The free scan tells you if someone already has your work. The proof costs 0.08 EUR and lasts forever.

Protect my images now See what is already indexed Free scan. No account. 0.08 EUR per proof when you need it.