Running tasks
Start Browsing Task
Start a new browsing task with the given specifications.
This endpoint allows you to initiate a new browsing task by providing the necessary details such as the goal, starting URL, and desired output type. The task will be created and started asynchronously.
POST
/
browse
Body
application/json
Specifications for the browsing task
The goal or objective of the browsing task
The URL where the browsing task should begin
The type of output expected from the task, Optional (by default, the task will output a string)
Available options:
string
, list[string]
, url
, list[url]
An optional URL to be called when the task is completed.
Response
200 - application/json
Available options:
WAITING
, RUNNING
, COMPLETED
, FAILED
, CANCELLED
Available options:
string
, list[string]
, url
, list[url]