v1
latestOpenAPI 3.1.02026-07-26194149.1 KBBrowsing
Create A Task
Launches a website navigation agent to execute the task on a cloud browser.
post/v1/browsing/tasks
Request body
Example request
{
"output_schema": {
"items": {
"properties": {
"name": {
"description": "Full name of the employee",
"type": "string"
},
"title": {
"description": "Job title of the employee",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"task": "Give me a list of all employees (names and titles) of Yutori.",
"start_url": "https://yutori.com",
"max_steps": 50,
"agent": "navigator-n1.5-latest",
"webhook_url": "https://example.com/webhook",
"webhook_format": "scout"
}Response
Successful Response