For freelancers, photographers, and creators

Before sending
your work,
generate a proof.

Send your work with proof — not just trust.

Takes 30 seconds. No signup required.

Used by freelancers to protect work before delivery.

The three moments that matter
1.You finish your work. You're ready to send.
2.You generate a proof in 30 seconds. Timestamped. Legally valid.
3.You send your work with the proof. Your client knows you're protected.
Generate proof before sending →
Most disputes happen after sending. This takes 30 seconds.
€0.08 per proof
No subscription required · Works for any digital file (PDF, video, code)
30s
To generate proof
0.08
EUR per proof
eIDAS
Qualified timestamp
Forever
Independently verifiable
Protect this file before sending 30 seconds
Ready
Preparing
Freelancers use SBIX before sending work to clients to avoid disputes and prove ownership instantly.
Already sent your work?
Someone reused it without paying or credit?
Check your image →
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
Generate proof first
Generate a proof immediately before sending your work. This creates a legally valid timestamp proving you had the file first. 0.08 EUR. Takes 30 seconds.
Step 02
Send with proof
Send your work to the client with the proof link. They can verify it independently — no SBIX account needed. Your ownership is now on record.
Step 03
Optional: scan for copies
Already published something? Drop it here. Free scan checks 6.4M indexed images to tell you if it's already circulating — and where.
Step 04
You are protected
If anyone disputes your ownership later, you have a permanent, independently verifiable answer. eIDAS qualified. Tezos anchored. No one can fake that retroactively.
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.

€0.08 per proof
No subscription required · pay only when you need it

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.