The Content Monitoring API
The Content Monitoring API is a powerful tool designed for developers who need to monitor changes in website content. This API allows developers to register detectors that periodically scrape the provided URL and store the content. The content snapshots are then analyzed against each other, and the difference is calculated. Using advanced natural language processing algorithms, ChatGPT analyzes…
The Content Monitoring API endpoints
| Method | Endpoint | Description |
|---|---|---|
| detector | ||
| POST |
create_detector /detector |
Add a new detector. If added correctly, the scheduler immediately adds the detector as a runable job. In order for the first url snapshot to be taken as fast as possible,… |
| GET |
list_detectors /detector |
Retrieve a list of all active and paused detectors. |
| PATCH |
update_detector /detector/{detectorId} |
Update existing detector. It can be used to pause the detector, change its activation frequency or other detector parameters. |
| DELETE |
delete_detector /detector/{detectorId} |
Stop the detector and remove from all listings. The detector cannot be accessed after the deletion. The system will purge the data permanently after 30 days. |
| change | ||
| GET |
get_change /change/{changeId} |
Get detailed information about a specified change including the content snapshots difference and an AI comment. |
| GET |
list_changes /change |
Retrieve a list of all changes as per the provided filters. To get the details including AI comment and the calculated difference between the corresponding content snapshots, it… |
The Content Monitoring API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 20 / minute |
|
| PRO | $25 / month | 120 / minute |
|
| ULTRA | $75 / month | 400 / minute |
|