From no-code automation to custom APIs — Diffwatch plugs into the tools you already use. Set it once, let the alerts flow.
change.ai_summary and watch.url to your action# List all watches curl -H "Authorization: Bearer YOUR_API_KEY" \\ https://diffwatch-ai.polsia.app/api/v1/watches # Response { "data": [ { "id": 12345, "url": "https://example.com/pricing", "status": "active", "last_change_at": "2026-06-20T10:42:00Z", "check_interval_minutes": 5 } ], "meta": { "count": 1 } }