Browse AI API
Mock the Browse AI API in seconds. If you are still using the deprecated API v1 version, you can see its documentation here.
[01]
About
Mock the Browse AI API as a turnkey Mockzilla sim with 19 OpenAPI endpoints, realistic JSON payloads, no upstream signup or sandbox keys. If you are still using the deprecated API v1 version, you can see its documentation here. Methods: 11x GET, 4x POST, 2x PATCH, 2x DELETE. Top resource groups: monitors, robots, tasks, bulk runs. Hit https://api.justmocks.com/browse-ai for the Mockzilla API Explorer landing and per-endpoint sample requests.
Endpoints
19 across 7 resource groups
Methods
GET 11 · POST 4 · PATCH 2 · DEL 2 none deprecated
OpenAPI
3.0.3 spec version v2
Source spec
263 KB · YAML
[02]
Endpoints
| GET |
/status
|
Endpoint for checking the status of Browse AI infrastructure This endpoint provides you with real-time information regarding the operational status of the Browse AI infrastructure. It gives insights into the condition of the tasks queue, thus allowing you to understand if the services are running smoothly or are under maintenance. Mocked via Mockzilla.
|
| GET |
/teams
|
Retrieve list of teams under user account this endpoint be used on Browse AI integrations to fetch all of the teams by auth0 access token
|
| GET |
/robots
|
Retrieve list of robots under your account If you have already created a few robots on your dashboard, you can use this endpoint to retrieve a list of them. You can then use other endpoints to retrieve more information about your robots or run robots.
|
| GET |
/robots/{robotId}
|
Retrieve single robot by ID You can use this endpoint to retrieve a single robot by ID.
|
| PATCH |
/robots/{robotId}/cookies
|
Update a robot's cookies Update a robot's cookies
|
| GET |
/robots/{robotId}/tasks
|
Get all tasks by a robot Get all of a robot's tasks. Available as a Mockzilla mock endpoint.
|
| POST |
/robots/{robotId}/tasks
|
Run a robot Run a robot on-demand with custom input parameters. When you need to run a robot and get its captured data, you can use this endpoint to run the task, and then use webhooks to receive the captured data as soon as the task is finished. Alternatively, you can poll the GET endpoint to retrieve a task's details as soon as it is finished.
|
| GET |
/robots/{robotId}/tasks/{taskId}
|
Retrieve a task Retrieve a task's details and captured data.
|
| GET |
/robots/{robotId}/monitors
|
Retrieve a robot's monitors Retrieve a robot's monitors list.
|
| POST |
/robots/{robotId}/monitors
|
Create a new monitor on a robot Create a new monitor on a robot.
|
| GET |
/robots/{robotId}/monitors/{monitorId}
|
Retrieve a robot's monitor Retrieve a robot's monitor. Mockzilla mock: no signup, no API key.
|
| PATCH |
/robots/{robotId}/monitors/{monitorId}
|
Update a robot's monitor Update a robot's monitor
|
| DEL |
/robots/{robotId}/monitors/{monitorId}
|
Delete a robot's monitor Delete a robot's monitor.
|
| POST |
/robots/{robotId}/bulk-runs
|
Bulk run tasks Bulk run up to 1,000 tasks at a time using a robot.
|
| GET |
/robots/{robotId}/bulk-runs
|
Retrieve a robot's bulk runs list Retrieve a robot's bulk runs list.
|
| GET |
/robots/{robotId}/bulk-runs/{bulkRunId}
|
Retrieve a robot's bulk run Retrieve a robot's bulk run along with a list of tasks run within the bulk run. Served by the Mockzilla mock runtime.
|
| GET |
/robots/{robotId}/webhooks
|
Retrieve a robot's webhooks Retrieve a robot's webhook list.
|
| POST |
/robots/{robotId}/webhooks
|
Create a new webhook on a robot Create a new webhook on a robot
|
| DEL |
/robots/{robotId}/webhooks/{webhookId}
|
Delete a robot's webhook Delete a robot's webhook.
|