Skip to main content

API Tool

The API Tool node enables real-time API calls to external services. This allows your workflow to connect with third-party applications, retrieve live data, or trigger actions outside the GenAssist platform.

Configuring the node

  1. Click in the node header.
  2. The Configure API Tool dialog will open.
  3. Enter a descriptive Name for the tool.
  4. Provide the Endpoint URL for the external service.
  5. Select the appropriate HTTP Method from the drop-down menu (GET, POST, PUT, DELETE, or PATCH).
  6. Add any required Headers (as key–value pairs) for authentication or content type.
  7. Add any necessary query or body Parameters (as key–value pairs).