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 <= 128Device type for the task. Default is mobile.
desktop, mobile List of URL patterns using wildcard syntax (e.g., https://*example.com/*) the agent is allowed to visit. If not provided, the agent can visit any URL.
Enable video recording of the task execution. Default is False
Browser profile ID to use. Each profile maintains its own state, such as login credentials.
If true, the profile specified by profile_id will be loaded in read-only mode. Changes made during the task will not be saved back to the profile.
Run the browser in stealth mode.
Proxy server address to route browser traffic through.
Proxy server username.
Proxy server password.
List of client certificates to use when accessing secure websites.
Enable ad-blocking in the browser to improve performance and reduce distractions.
A dictionary of experimental features to enable or disable.
List of extension IDs to load into the browser for this task.
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, cancelled The output of the task.
The amount of credits used to perform the task.
The amount of credits remaining on the account.
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.
The URL to download files generated during the task.
The timestamp when the task was created.