Skip to Content
APIsFingerprint API

Fingerprint API Coming soon

Perceptual hashing for duplicate detection and leak / piracy monitoring. Index your masters, then match any clip — re-encoded, cropped, or watermarked — back to the original.

Coming soon — not callable yet

This endpoint isn’t live. The page documents the intended shape so you can build against it ahead of release; calls will 404 until the Fingerprint API ships.

Catch dupes and leaks

Find duplicate uploads before they hit your catalog, and trace a leaked clip on a tube back to the exact scene it came from.

Index your catalog

POST/v1/fingerprintAdd a master to your index

Match a clip

POST/v1/fingerprint/matchFind the closest indexed master

Try it

POST/v1/fingerprint/match
Request
{
"file_url": ".../leaked-clip.mp4"
}
Response
Press Run match to see the response

Leak detection

Run matches on a schedule against clips you scrape from tubes and forums. A high similarity means a leak — file the takedown with the matched scene_id as evidence.

Pricing

Indexing meters per minute (one-time per asset); matching meters per request. See Pricing & metering.

Last updated on