api_request
Make custom API calls to SD Elements endpoints using HTTP methods like GET, POST, PUT, or DELETE for flexible platform interaction.
Instructions
Make a generic API request to a custom endpoint. Use when user says 'make a GET/POST/PUT/DELETE request', 'call API endpoint', or 'custom API call'. Do NOT use for specific operations - use dedicated tools like get_project instead.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method (GET, POST, PUT, PATCH, DELETE) | |
| endpoint | Yes | API endpoint path | |
| params | No | Query parameters | |
| data | No | Request body data |