HTTP Request
The HTTP Request node makes HTTP calls to any external API or web endpoint. It supports all standard HTTP methods, custom headers, query parameters, multiple body formats, and a wide range of authentication types.
Use Cases
- Call a REST API that does not have a dedicated AgentVerse integration
- Interact with internal services or microservices
- Fetch data from a third-party API and pass it to downstream nodes
- Trigger webhooks on external platforms
Node Reference
Parameters
Body Types
Response Format
Use Response Format to control how the node parses the API response:
Tip: Choose
Base64 when you need to pass binary files to downstream nodes such as Send Email attachments or file upload actions.
Output Data
By default, the node returns the parsed response body:Base64:
Pagination
For APIs that return paginated results, enable Pagination under Options:Related Nodes
- Respond to Webhook — Return an HTTP response from an orchestration
- Conditions — Branch based on HTTP response status or body
- Send Email — Attach binary data fetched via HTTP Request