POST
/
browse

Body

application/json

Specifications for the browsing task

goal
string
required

The goal or objective of the browsing task

startUrl
string
required

The URL where the browsing task should begin

outputType
enum<string>

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]
completionCallbackUrl
string | null

An optional URL to be called when the task is completed.

Response

200 - application/json
taskId
string
required
goal
string
required
startUrl
string
required
revision
string
required
status
enum<string>
required
Available options:
WAITING,
RUNNING,
COMPLETED,
FAILED,
CANCELLED
outputType
enum<string>
required
Available options:
string,
list[string],
url,
list[url]
output
required
errors
object[] | null
required
steps
object[]
required