POST
Inspect a page

Authorizations

Authorization
string
header
required

Every request carries a bearer API key, which looks like ph_live_.... Keep keys server-side, because a key grants full control of your sessions. A missing header returns 401; an invalid or revoked key currently returns 403, so treat the two together as authentication failure.

Body

application/json
session_id
string
required

An existing session to run the inspection in.

url
string
required

The page to watch.

duration
number
default:60

How long to watch, in seconds. Defaults to 60 and is capped at 180.

async_mode
boolean
default:false

Return a job_id immediately instead of waiting. Poll /v1/job/{job_id}.

Response

Successful Response