http_request
Make arbitrary HTTP requests to JSON APIs and retrieve raw responses for direct data exchange with web services.
Instructions
Make an arbitrary HTTP request and return the raw response.
Use this for JSON APIs. For reading web pages prefer fetch_url, which strips navigation and boilerplate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | ||
| body | No | ||
| method | No | GET | |
| headers | No | ||
| max_chars | No |