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.
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
OK