Skip to main content
POST
/
v1
/
tools
/
demonstrate
/
start
Start Tool Demonstration
curl --request POST \
  --url https://api.anchorbrowser.io/v1/tools/demonstrate/start \
  --header 'Content-Type: application/json' \
  --header 'anchor-api-key: <api-key>' \
  --data '
{
  "task_name": "<string>"
}
'
{
  "session_id": "<string>",
  "hektor_project_id": "<string>",
  "identity_id": "<string>",
  "has_connected_profile": true
}

Authorizations

anchor-api-key
string
header
required

API key passed in the header

Body

application/json
task_name
string
required
task_description
string
identity_id
string

Pre-authenticate the session with a saved identity.

identity_skip_validation
boolean
default:true
initial_url
string

Response

Demonstration started successfully.

session_id
string
hektor_project_id
string
identity_id
string | null
has_connected_profile
boolean