Skip to main content

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. HTTP Request Node

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:
When Full Response is enabled:
When Response Format is set to Base64:
Reference fields in downstream nodes:

Pagination

For APIs that return paginated results, enable Pagination under Options:
Combine HTTP Request (Base64 response format) with Send Email to fetch a document from an API and email it as an attachment.