detect_fingerprint
Check media for prior registration using fingerprint matching against your indexed library at varying detection depths to identify copyright infringement.
Instructions
Detect whether media has been previously registered or seen, using fingerprint matching. Compares against your indexed library at varying depth. Tiers: exact (hash match), quick (perceptual hash), perceptual (visual similarity), compositional (scene structure), full (all tiers). Returns results immediately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| media_url | No | Public URL of the media to check | |
| media | No | Base64-encoded media content to check | |
| tags | No | Tags to scope the detection to | |
| tier | No | Detection depth — controls thoroughness vs speed. Default: quick |