API ReferenceCreate a new monitor

Create a new monitor

POST/api/monitors

Create a new monitor

Requires Authorization: Bearer <token>

Request bodyapplication/json

labelstringrequired
urlstring · urirequired
interval_minutesnumber
auto_intervalboolean
selectorstring
intentarray<string>
ai_topicstring
htmlobject
new_items_onlyboolean
notification_configobject
tagsarray<string>

Responses

201Monitor created successfully
400Validation error
401Unauthorized
403Plan restriction
500Internal server error