cURL
curl --request POST \ --url https://api.monitor.weborion.io/api/v1/batch_jobs/rebaseline \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "url_ids": [ 123 ] } '
Creates a batch job to rebaseline multiple existing webpages in bulk.
Documentation IndexFetch the complete documentation index at: https://docs.weborion.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.weborion.io/llms.txt
Use this file to discover all available pages before exploring further.
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
OK