One API call returns a decision. Not a heatmap. Not a list of links. A decision: SAFE, REVIEW, or BLOCK.
Check if your image already exists anywhere across 15 platforms, before minting, posting, or licensing.
Block fake mints, detect reposted content, and flag image manipulation, all via a single REST endpoint.
eIDAS Qualified timestamps + blockchain anchoring. Court-ready Evidence Pack. Provenance that holds up.
pHash, dHash, aHash, plus 7 transform variants (flip, rotation). Every image gets a composite fingerprint that survives recompression, resizing, and minor edits.
HNSW approximate nearest-neighbor at O(log N). Your image is compared against 5M+ fingerprints across Teia, Objkt, Wikipedia, NASA, Met Museum, Smithsonian, and 10 more.
ORB + RANSAC confirms or rejects matches geometrically. DINOv2 semantic embeddings catch crops, screenshots, and partial copies that fool perceptual hashes.
Trust Index (temporal × fingerprint × network) feeds VRC-lite. Output: SAFE, REVIEW, or BLOCK, with origin candidate, source URLs, and confidence score.
POST an image to /api/v1/check and get back a structured verdict your system can act on immediately, no parsing heuristics, no score-to-threshold mapping on your end.
{ "decision": "REVIEW", "verdict": "POSSIBLE_COPY", "risk": "medium", "trust_index": 53.72, "is_original": false, "origin": { "proof_id": "teia_127061", "platform": "teia", "first_indexed_at": "2021-03-15T...", "origin_score": 0.612, "origin_decision": "LIKELY_ORIGINAL" }, "copies_detected": 17, "best_match": { "similarity_percent": 84.4, "match_via": "flip_v" }, "db_size": 4750000 }
Block duplicate mints and copycat listings before they go live.
Moderate image content at upload time, before it reaches your users.
Verify if an image is recycled, out of context, or actively circulating.
Timestamped proof of existence with eIDAS certification for dispute resolution.
Free scan, no account needed. API key in 60 seconds.