search_media
Find similar media in your indexed library by providing a URL or base64 content. Choose search depth from exact matches to comprehensive visual similarity analysis.
Instructions
Search for similar or matching media across the indexed library. Provide a media_url or base64 media to find matches. 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 search for | |
| media | No | Base64-encoded media content to search for | |
| type | No | Search tier — controls depth vs speed tradeoff. Default: perceptual | |
| tags | No | Restrict search to media with these tags | |
| limit | No | Maximum results to return (1-100, default: 20) |