Request This endpoint expects an object.
cmd string Required Defaults to
A specific natural language instruction for the next step.
stream false Required
Boolean flag to stream results back to the client (Default: False)
url string Optional
The URL to create or continue session from.
browser_params object Optional
Object containing height and width for the browser screen size.
temperature double Optional
The temperature of model
agent_id string Optional
The agent id to use for the session.
mode enum Optional
The mode you would like to use for the session. 'fast' or 'standard'
Allowed values: fast standard
include_screenshot boolean Optional
optional_params map from strings to any Optional
Additional optional parameters for the session.
Response This endpoint returns an object.
status string
The final status of the browsing session. One of [“CONTINUE”, “ASK_USER”, “DONE”]
message string
A message providing more details about the session status.
session_id string
The unique identifier for the session.
url string
The URL associated with the session.
screenshot string
image url of the screenshot taken during the session.
metadata object
Additional metadata for the step session.