Overview
With the Qontext n8n integration, you can:- Build AI-driven workflows that dynamically retrieve context from Qontext’s Retrieval API
- Create custom ingestion pipelines for your own or third-party tools
Installation
Using Qontext in n8n Cloud
If you’re using n8n Cloud, you can integrate Qontext via the HTTP Request Node:Configure the Request
Set up your API call:
- Method:
POST - URL:
https://api.qontext.ai/v1/retrieval - Headers: Add
X-API-Keywith your Qontext API key - Body: Your retrieval request payload
Import from cURL
Alternatively, use the cURL import button to paste API examples directly from the Qontext API Reference.




