curl
Make HTTP requests to web endpoints, such as GET requests to APIs or POST data to servers, using specified methods, headers, and body content.
Instructions
Make HTTP requests to web endpoints. Example: GET request to an API or POST data to a server
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to request | |
| method | No | HTTP method | GET |
| headers | No | Request headers (object of key-value pairs) | |
| body | No | Request body (for POST/PUT/PATCH) |