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
Body
application/json
Specifications for the browsing task
The goal or objective of the browsing task
The URL where the browsing task should begin
An optional URL to be called when the task is completed.
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]
Response
200 - application/json
Available options:
string
, list[string]
, url
, list[url]
Available options:
WAITING
, RUNNING
, COMPLETED
, FAILED
, CANCELLED