Back to Templates

Allow your AI to call an API to fetch data

Created by

Deborah

Last update

Last update 2 months ago

Categories
Share

Use n8n to bring data from any API to your AI. This workflow uses the Chat Trigger to provide the chat interface, and the Custom n8n Workflow Tool to call a second workflow that calls the API.

The second workflow uses AI functionality to refine the API request based on the user's query. It then makes an API call, and returns the response to the main workflow.

This workflow is used in Advanced AI examples | Call an API to fetch data in the documentation.

To use this workflow:

  1. Load it into your n8n instance.
  2. Add your credentials as prompted by the notes.

Requires n8n 1.28.0 or above