cURL
curl --request POST \ --url https://api.monitor.weborion.io/api/v1/batch_jobs/baseline \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "urls": [ "<string>" ], "user_agent_id": 123, "plan_type": "GOLD", "text_string_appear": "<string>", "text_string_not_appear": "<string>" } '
Creates a batch job to baseline (add) multiple new webpages in bulk.
Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.
Authorization: Bearer <token>
GOLD
SILVER
BRONZE
TRIAL
OK