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

completionCallbackUrl
string | null

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

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]

Response

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