Skip to main content
POST
/
v1
/
sessions
/
{session_id}
/
agent
/
respond-to-human-intervention
Respond to Human Intervention
curl --request POST \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/agent/respond-to-human-intervention \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '{}'
{}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string
required

Body

application/json

The intervention response payload.

Response

Response submitted successfully.

The response is of type object.