Visual Image Matcher
Visual Proof API is built for AI agents, automation platforms, and business workflows that need to verify visual content on live websites. Upload a logo, ad creative, product image, badge, banner, or brand asset, then provide one URL or a list of URLs. The API opens each webpage in a real browser, captures a screenshot, searches for the uploaded image, and returns a structured result with found,…
Visual Image Matcher endpoints
| Method | Endpoint | Description |
|---|---|---|
| health | ||
| GET |
health_health_get /health |
Check service health status. |
| match | ||
| POST |
match_image_match_post /match |
Match an uploaded image against a webpage screenshot and return the best match details. |
| batch-match | ||
| POST |
batch_match_image_batch_match_post /batch-match |
Match one uploaded image against up to 25 webpage URLs and return per-page results. |
| visual-proof | ||
| POST |
visual_proof_visual_proof_post /visual-proof |
Generate a timestamped visual proof with an optional annotated screenshot. |
| monitor | ||
| POST |
monitor_check_monitor_post /monitor |
Run a monitor-style check that reports whether the expected visual state is passing or failing. |
| Other endpoints | ||
| GET |
root__get / |
|
| POST |
match_post /match |
Match an uploaded image against a webpage screenshot and return the best match details. |
| GET |
health_get /health |
Check service health status |
Visual Image Matcher pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $5 / month | 10 / second |
|
| ULTRA Recommended | $10 / month | — |
|
| MEGA | $15 / month | — |
|