π€API - Early Access
Early Preview Access to Our API
Getting started with Monitoro API
Authentication
Extract data from URL
Extract & Run automations
Extract only
This endpoint allows for the manual extraction of data from a specified URL, using the settings configured for a given monitor. It can also optionally run the automations associated with the monitor.
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
monitorIdstringRequired
The ID of the monitor whose settings are to be used for extraction
Body
urlstringRequiredExample:
The URL from which data is to be extracted
https://example.com/pagenoIngestbooleanOptionalExample:
Determines if the monitor's automations are executed. Set to false to skip automations. Note: Ensure automations do not depend on past data comparisons.
falseResponses
200
Data extracted successfully
application/json
400
Bad request, such as missing URL or malformed request
application/json
404
Monitor not found
application/json
500
Server error during data extraction
application/json
post
https://api.monitoro.app/v1/monitors/{monitorId}/extractNeed help?
βCommon questions (FAQ)βοΈTroubleshootingπSupportLast updated