Submit task
Submit a task.
Cookies
Request body
The task to run. If None, opens a blank browser and waits for further instructions.
If provided, the JSON schema describing the desired output structure. Default is None
The starting URL for the task. If not provided, the agent will infer it from the task.
A dictionary containing variables or parameters that will be passed to the agent.
A list of file ids to pass to the agent.
The agent to use for the task. Default is 'smooth'.
Maximum number of steps the agent can take (min 2, max 128).
Device type for the task. Default is desktop.
List of allowed URL patterns using wildcard syntax (e.g., https://example.com/). If None, all URLs are allowed.
Enable video recording of the task execution. Default is True
Browser profile ID to use. Each profile maintains its own state, such as cookies and 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.
(Deprecated, ignored) Use use_stealth instead. Stealth is on by default.
Run the browser in stealth mode. Default is True.
Proxy server url to route browser traffic through.
Proxy server username.
Proxy server password.
Name of a Smooth-managed proxy to route browser traffic through, as returned by list_proxies(). Cannot be combined with proxy_server.
Enable adblock for the browser session. Default is True.
Enable captcha solver for the browser session. Default is True.
Additional tools to enable for the task.
Experimental features to enable for the task.
List of extensions to install for the task.
Show mouse cursor. Default is False.
Custom text shown in the cursor label bubble (max 16 characters). Requires show_cursor=True and a Growth plan.
Custom hex color (e.g. '#0081ff') for the cursor label bubble. Requires show_cursor=True and a Growth plan.
Seconds of inactivity (no task, goto, evaluate_js, or extract) after which an open session auto-closes. Only applies to sessions (task is None). None uses the server default (5 minutes); 0 or negative disables auto-close.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.