browser_api_request
Send HTTP requests with the browser session's cookies and storage, enabling authenticated API calls without re-login. Returns status, headers, and body.
Instructions
Make an HTTP request reusing the browser session's cookies/storage (authenticated API calls without re-login). Returns status, headers, and body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| data | No | Request body: a string, or an object (sent as JSON). | |
| method | No | ||
| headers | No | Request headers as key/value strings. | |
| timeout | No | ||
| maxBytes | No | Truncate response body to this many chars. Default 100000. |