Back to tools overview

Image Monitoring

Image Monitoring API

Track image changes across a page, site section, sitemap, or product collection with scheduled runs, diff history, and API retrieval.

Monitoring serviceToken APIAsync jobs

Analyze runs the actual tool flow for this page. Sync audits use the extractor job API, palette is computed from discovered assets, and screenshot mapping uses a dedicated screenshot job.

Current quota

Plan-aware limit for this tool

This block reads the active user plan when you are signed in. Anonymous visits fall back to current free-plan limits.

Current plan

Image Monitoring API

FREE

Quota details are not available for this tool yet.

Report shape

What the image monitoring api page shows

The page is structured like a product screen and a landing page at the same time: overview first, then details, export, API, FAQ, and related tools.

JobsRunsDiff HistoryAPI

Monitor jobs

18

Saved monitoring jobs for pages, sections, or sitemaps.

New assets last run

7

Added image URLs discovered in the latest snapshot.

Changed hashes

3

Assets whose underlying file content changed.

Schedules enabled

12

Jobs with recurring automated runs.

What changes are tracked

  • Added URLs, removed URLs, changed file hashes, changed dimensions, and OG preview changes.
  • Optional screenshot generation so visual shifts can be tied to asset changes.
  • Modes for single pages, site sections, sitemaps, product sets, and editorial sections.

Service architecture

  • Monitor jobs, scheduled runs, asset snapshots, diff history, and notification logs.
  • Token-based API access for job creation, manual runs, history retrieval, and export.
  • Designed for asynchronous execution, retries, and result polling.

Monitoring UI

  • Saved jobs, enabled state, last run, and latest diff summary.
  • Run history with added, removed, and changed asset breakdown.
  • Diff cards designed for webhook, email, and dashboard workflows.

API output

  • Structured monitor job, run, asset, and diff DTOs.
  • JSON and CSV exports for downstream automation.
  • Result shapes designed to work with paid plans, quotas, and API tokens.

Use cases

Teams that benefit from this workflow

Competitor monitoring for hero, product, or social preview changes.

QA automation on high-value sections that change daily.

Internal systems that need API retrieval of image diffs and snapshots.

Developer and API

Token-authenticated API surface

Monitoring is built as a token-authenticated async service. Create jobs, trigger runs, inspect diffs, and fetch exports with bearer tokens.

Contact for API access

Endpoints

POST/api/v1/tokensCreate a personal API token.
GET/api/v1/monitor-jobsList monitoring jobs for the current account.
POST/api/v1/monitor-jobsCreate a new monitor job.
POST/api/v1/monitor-jobs/:id/runTrigger a monitoring run manually.
GET/api/v1/monitor-runs/:id/diffFetch the diff payload for a completed run.

Create monitor job

Request

{
  "name": "Competitor homepage monitoring",
  "target_url": "https://example.com",
  "mode": "single_page",
  "schedule_cron": "0 */6 * * *",
  "settings": {
    "detect_new_images": true,
    "detect_removed_images": true,
    "detect_changed_hash": true,
    "include_og_images": true,
    "include_screenshot": true
  }
}

Response

{
  "id": "mon_123",
  "status": "active"
}

FAQ

Questions users ask before implementation

Why does monitoring need token auth?

Monitoring is not a one-off report. It needs persistent jobs, history, and account-level quotas, which is why bearer-token access is the right default.

Can monitoring trigger screenshots too?

Yes. Screenshot generation is modeled as an optional extension per monitoring run so visual context can travel with the diff.

What is stored between runs?

Job config, snapshots, detected assets, diffs, run summaries, and notification state form the core monitoring data model.

Related tools

Adjacent workflows in the suite

Site Image Map

Site Image Map

Map which images appear on which pages, count reuse, classify asset roles, and spot duplication patterns.

  • Page-to-image relationship map
  • Reuse counts and duplicate insight
Async crawlSite-wide viewRoadmap-ready
Open tool

Capture screenshots, map image overlays, and connect asset metadata to page coordinates through UI or API.

  • Full-page screenshot capture
  • Overlay mapping for discovered assets
Async jobToken APIVisual audit
Open tool

Extract og:image, twitter:image, favicons, app icons, and preview asset validation issues.

  • OG and Twitter preview extraction
  • Favicon and app icon inventory
Sync auditSocial previewBrand assets
Open tool