Authorizations
Body
Run task request model.
The task to run.
If provided, the JSON schema describing the desired output structure.
The starting URL for the task. If not provided, the agent will start from a blank page.
A dictionary containing variables or parameters that will be passed to the agent.
The agent to use for the task.
smooth
Maximum number of steps the agent can take (min 2, max 128).
2 <= x <= 128
Device type for the task. Default is mobile.
desktop
, mobile
Enable video recording of the task execution. Default is False
Browser session ID to use. Each session maintains its own state, such as login credentials.
Run the browser in stealth mode.
Proxy server url to route browser traffic through. Must include the protocol to use (e.g. http:// or https://)
Proxy server username.
Proxy server password.
Response
Task successfully submitted. The initial response may have a status of 'waiting'.
Task response model.
The ID of the task.
The status of the task.
waiting
, running
, done
, failed
The output of the task.
The amount of credits used to perform the task.
The device type used for the task.
desktop
, mobile
The URL to view and interact with the task execution.
The URL to view the task recording.