Step Session
Allows for browsing the web using detailed natural language instructions in a step mode for a session with a given session ID
Path parameters
session_id
Headers
X_MULTION_API_KEY
Request
This endpoint expects an object.
cmd
A specific natural language instruction for the next step.
stream
Boolean flag to stream results back to the client (Default: False)
url
The URL to create or continue session from.
browser_params
Object containing height and width for the browser screen size.
temperature
The temperature of model
agent_id
The agent id to use for the session.
mode
The mode you would like to use for the session. 'fast' or 'standard'
Allowed values:
include_screenshot
optional_params
Additional optional parameters for the session.
Response
This endpoint returns an object.
status
The final status of the browsing session. One of [“CONTINUE”, “ASK_USER”, “DONE”]
message
A message providing more details about the session status.
session_id
The unique identifier for the session.
url
The URL associated with the session.
screenshot
image url of the screenshot taken during the session.
metadata
Additional metadata for the step session.