just/mocks_
mockzilla.org →
Catalog /ai /Browse AI API

Browse AI API

PROVIDER · Browse Ai SPEC vv2 · OpenAPI 3.0.3 MOCK · LIVE
▸ TRY IT
https://api.justmocks.com/browse-ai
Open mock →

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

overview

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

19 operations · 7 resource groups
GET /status
system
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
internal
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
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}
robots
Retrieve single robot by ID
You can use this endpoint to retrieve a single robot by ID.
PATCH /robots/{robotId}/cookies
robots
Update a robot's cookies
Update a robot's cookies
GET /robots/{robotId}/tasks
tasks
Get all tasks by a robot
Get all of a robot's tasks. Available as a Mockzilla mock endpoint.
POST /robots/{robotId}/tasks
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}
tasks
Retrieve a task
Retrieve a task's details and captured data.
GET /robots/{robotId}/monitors
monitors
Retrieve a robot's monitors
Retrieve a robot's monitors list.
POST /robots/{robotId}/monitors
monitors
Create a new monitor on a robot
Create a new monitor on a robot.
GET /robots/{robotId}/monitors/{monitorId}
monitors
Retrieve a robot's monitor
Retrieve a robot's monitor. Mockzilla mock: no signup, no API key.
PATCH /robots/{robotId}/monitors/{monitorId}
monitors
Update a robot's monitor
Update a robot's monitor
DEL /robots/{robotId}/monitors/{monitorId}
monitors
Delete a robot's monitor
Delete a robot's monitor.
POST /robots/{robotId}/bulk-runs
bulk runs
Bulk run tasks
Bulk run up to 1,000 tasks at a time using a robot.
GET /robots/{robotId}/bulk-runs
bulk runs
Retrieve a robot's bulk runs list
Retrieve a robot's bulk runs list.
GET /robots/{robotId}/bulk-runs/{bulkRunId}
bulk runs
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
webhooks
Retrieve a robot's webhooks
Retrieve a robot's webhook list.
POST /robots/{robotId}/webhooks
webhooks
Create a new webhook on a robot
Create a new webhook on a robot
DEL /robots/{robotId}/webhooks/{webhookId}
webhooks
Delete a robot's webhook
Delete a robot's webhook.