execute_api
Execute any API endpoint by specifying the API name, HTTP method, and path, with optional query parameters, headers, and body data.
Instructions
Execute any API endpoint with custom parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | Request body data | |
| path | Yes | API endpoint path | |
| method | Yes | ||
| params | No | Query parameters | |
| headers | No | Additional headers | |
| api_name | Yes | Name of the API |