Skip to main content
POST
/
api
/
v1
/
batch_jobs
/
combined_baseline
Create combined baseline/rebaseline job
curl --request POST \
  --url https://api.monitor.weborion.io/api/v1/batch_jobs/combined_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>"
}
'

Authorizations

Authorization
string
header
required

Generate an API token from the WebOrion Defacement Monitor portal. Pass it as Authorization: Bearer <token>.

Body

application/json
urls
string[]
required
user_agent_id
integer
required
plan_type
enum<string>
required
Available options:
GOLD,
SILVER,
BRONZE,
TRIAL
text_string_appear
string
text_string_not_appear
string

Response

200

OK