ClauseGuard
Monitor legal documents and web pages for AI-powered change detection and compliance tracking.
8.6/10 popularity
1113 ms avg latency
67% success rate
8 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
ClauseGuard endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
getWatchByUrl /watch/by-url |
Retrieve complete details for a watched URL by providing the URL string instead of the watch ID. This is an alternative to `GET /watch/{id}` when you have the URL but not the ID.… |
| POST |
createWatch /watch |
Add a new URL to your monitoring list. The system will: 1. **Validate** the URL is accessible 2. **Capture** an initial snapshot immediately (background) 3. **Schedule** periodic… |
| GET |
getWatch /watch/{id} |
Retrieve comprehensive details about a specific watched URL including: - Current monitoring status (active/inactive) - Last check timestamp - Last error message (if any) - Total… |
| GET |
getLatestSnapshot /watch/{id}/latest |
Retrieve the most recent content snapshot for a watched URL. The snapshot includes: - **Content hash** (SHA-256) for verification - **Parsed sections** (JSON structure of the… |
| POST |
triggerCheck /watch/{id}/check |
Manually trigger an immediate check for changes, bypassing the normal scheduled interval. **Use cases**: - Need immediate verification after registration - Urgent check required… |
| GET |
getHistory /watch/{id}/history |
Retrieve paginated history of all detected changes for a watched URL. Each change record includes: - **Section name** - Which part of the document changed - **Added text** -… |
| GET |
healthCheck /health |
Verify API operational status including database connectivity and AI service availability. This endpoint does not require authentication and always returns the current system… |
| GET |
getWatchId /watch/id |
Look up the watch ID for a specific URL without retrieving full details. Useful for: - Checking if a URL is already being monitored - Getting the watch ID to use in other… |