Skip to main content
POST
Respond to Human Intervention

Authorizations

anchor-api-key
string
header
required

API key for your Anchor Browser account, sent as the anchor-api-key header on every request. Create one at app.anchorbrowser.io (API Access), or obtain one programmatically via the unauthenticated agent-access flow (POST /v1/agent-access).

Path Parameters

session_id
string<uuid>
required

The ID of the browser session

Body

application/json
response
required

Response payload. For text input type, pass a string. For confirm, pass a boolean or confirmation string. For fields, pass an object keyed by field name.

requestId
string

ID of the intervention request to respond to. If omitted, the most recent pending request for the session is used.

Response

Human intervention response submitted successfully

data
object
required