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.
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?
Two minutes.
Permanent proof.
You do not need to understand cryptography. You need to drop your image and click one button.
This is not hypothetical.
It happens to people like you.
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.
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.
# 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 } ] } }
certify.sbix.ioProof 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.