v1
latestOpenAPI 3.1.02026-07-1711022.5 KBCreate Task
Create a new automated browser task
post/task/create
Request body
Example request
{
"task": "Monitor a website for price changes",
"tools": [
{
"type": "function"
}
]
}Response
Successful response
Example response
{
"success": true,
"data": {
"taskId": "task_123"
}
}