Browse AI
Schemas
复制页面
Browse AI
system
Endpoint for checking the status of Browse AI infrastructure
internal
Retrieve list of teams under user account
robots
Retrieve list of robots under your account
Retrieve single robot by ID
Update a robot's cookies
tasks
Get all tasks by a robot
Run a robot
Retrieve a task
monitors
Retrieve a robot's monitors
Create a new monitor on a robot
Retrieve a robot's monitor
Update a robot's monitor
Delete a robot's monitor
bulk runs
Bulk run tasks
Retrieve a robot's bulk runs list
Retrieve a robot's bulk run
webhooks
Retrieve a robot's webhooks
Create a new webhook on a robot
Delete a robot's webhook
数据模型
Schemas
getSystemStatus-200
Team
getUserTeams-200
UnauthorizedResponse
CommonParameterPart
Text Parameter
Numeric Parameter
URL Parameter
SelectParameterOption
Select Parameter
RobotInputParameters
Robot
getRobots-200
getRobot-200
getRobot-400
NotFoundResponse
InternalServerResponse
RobotCookie
upsertRobotCookies-200
CookieError
upsertRobotCookies-400
InputParameters
CapturedTexts
CapturedScreenshots
CapturedLists
RobotTask
getRobotTasks-200
getRobotTasks-400
NewRobotTaskBodyParams
newRobotTask-200
newRobotTask-400
CreditsLimitReachedResponse
RobotUnderMaintenanceResponse
getRobotTask-200
getRobotTask-400
Schedules
Schedule
Monitor
getMonitors-200
getMonitors-400
CreateNewMonitorRequestBody
createNewMonitor-200
CreateOrUpdateMonitorBadRequestResponse
CreateOrUpdateMonitorForbiddenResponse
getMonitor-200
getMonitor-400
deleteMonitor-200
deleteMonitor-400
MonitorUpdateBodyParams
updateMonitor-200
BulkRun
BulkRuns
getBulkRuns-200
getBulkRuns-400
ArrayOfUserInputParameters
BulkRunBodyParams
newBulkRun-200
newBulkRun-400
newBulkRun-403
RobotTasks
getBulkRun-200
getBulkRun-400
Webhook
getWebhooks-200
getWebhooks-400
CreateNewWebhookBodyParams
createNewWebhook-200
createNewWebhook-400
deleteWebhook-200
deleteWebhook-400
RobotTaskWebhook
Schemas
复制页面
newBulkRun-400
{
"statusCode"
:
400
,
"messageCode"
:
"bad_request"
}