POST
/
v1
/
sessions
/
{session_id}
/
agent
/
resume
Resume Agent
curl --request POST \
  --url https://api.anchorbrowser.io/v1/sessions/{session_id}/agent/resume \
  --header 'anchor-api-key: <api-key>'
{
  "data": {
    "status": "success"
  }
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Path Parameters

session_id
string<uuid>
required

The ID of the browser session

Example:

"550e8400-e29b-41d4-a716-446655440000"

Response

200
application/json

Agent resumed successfully

The response is of type object.