Browse AI integration (Data, Developer Tools). Imported from open-connector.
https://api.browse.ai/v2/robots
/robots/{robotId}
| Param | Type | Required | Description |
|---|---|---|---|
| robotId | string | required | The Browse AI robot ID. |
/robots/{robotId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| robotId | string | required | The Browse AI robot ID. |
| recordVideo | boolean | optional | Whether Browse AI should attempt to record a task video. |
| inputParameters | object | optional | The inputParameters object accepted by a Browse AI robot task. |
/robots/{robotId}/tasks/{taskId}
| Param | Type | Required | Description |
|---|---|---|---|
| robotId | string | required | The Browse AI robot ID. |
| taskId | string | required | The Browse AI task ID. |
/robots/{robotId}/tasks
| Param | Type | Required | Description |
|---|---|---|---|
| robotId | string | required | The Browse AI robot ID. |
| page | integer | optional | The Browse AI task list page number. |
| pageSize | integer | optional | The number of tasks to return per page. |
| status | string | optional | The Browse AI task status filter. |
| robotBulkRunId | string | optional | The Browse AI bulk run ID used to filter tasks. |
| sort | string | optional | The Browse AI sort expression, such as -createdAt,finishedAt. |
| includeRetried | boolean | optional | Whether retried tasks should be included in the result. |
| fromDate | integer | optional | A Unix timestamp in milliseconds. |
| toDate | integer | optional | A Unix timestamp in milliseconds. |
/robots/{robotId}/cookies
| Param | Type | Required | Description |
|---|---|---|---|
| robotId | string | required | The Browse AI robot ID. |
| cookies | array | required | The cookies that should be stored on the Browse AI robot. |