Security Drift Monitor API
Security Drift API is an API built to detect silent changes in websites and endpoints over time. Instead of only checking if a site is up or down, this API helps you understand what actually changed — whether something broke, degraded, or quietly improved without anyone noticing. You can take a baseline snapshot of a domain or a specific path, and later compare the current state to that…
Security Drift Monitor API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
/track /track |
Creates a new snapshot for a given domain and optional URL path, compares it against the most recent stored snapshot for the same target, and automatically saves the new state.… |
| POST |
/baseline /baseline |
Creates a baseline snapshot of a domain or a specific URL path. The baseline represents the expected normal state and is used later to detect changes, regressions, or unexpected… |
| POST |
/compare /compare |
Compares the current state of a domain or specific path against a previously saved baseline snapshot. This endpoint detects regressions, improvements, and unexpected changes… |
Security Drift Monitor API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7.99 / month | — |
|