fetch_api
Fetch structured JSON/XML data from any API endpoint. Best for REST APIs and data feeds. Cost: 0.01 USDC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The API endpoint URL to fetch | |
| body | No | Optional request body for POST/PUT | |
| method | No | GET | |
| headers | No | Optional HTTP headers |