Skip to main content

HTTP Response Node

The HTTP Response Output node in Fleak enables synchronous API responses by returning data directly through the HTTP endpoint. This node is essential for workflows that require immediate data delivery to the client rather than storing results in an external system.

Http Output Node Demo Image

When this node is used as the output destination:

  • The workflow processes the request synchronously
  • Results are returned immediately to the client
  • The response maintains the data structure from the previous node