The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "NYX \u2014 Free AI (Groq/Gemini)",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "nyx-ai",
"responseMode": "lastNode",
"options": {}
},
"id": "webhook",
"name": "Webhook (prompt)",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
0,
300
]
},
{
"parameters": {
"method": "POST",
"url": "http://host.docker.internal:2005/api/llm",
"authentication": "genericCredentialType",
"genericAuthType": "httpHeaderAuth",
"sendBody": true,
"specifyBody": "json",
"jsonBody": "={{ JSON.stringify({ prompt: ($json.body && $json.body.prompt) || $json.prompt, system: ($json.body && $json.body.system) || $json.system, maxTokens: ($json.body && $json.body.maxTokens) || $json.maxTokens }) }}",
"options": {
"response": {
"response": {
"neverError": true
}
},
"timeout": 60000
}
},
"id": "llm",
"name": "Free AI (Groq/Gemini)",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.2,
"position": [
240,
300
],
"credentials": {
"httpHeaderAuth": {
"name": "<your credential>"
}
}
}
],
"connections": {
"Webhook (prompt)": {
"main": [
[
{
"node": "Free AI (Groq/Gemini)",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
httpHeaderAuth
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
NYX — Free AI (Groq/Gemini). Uses httpRequest. Webhook trigger; 2 nodes.
Source: https://github.com/atharvgit2005/nyx-automate/blob/a6e103a7a2ca1267f736fea39669aa9ac12bc63a/n8n/nyx-free-ai.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Generate Text-To-Speech Using Elevenlabs Via Api. Uses respondToWebhook, httpRequest, stickyNote. Webhook trigger; 6 nodes.
WhatsApp → OpenAI (FastAPI). Uses httpRequest. Webhook trigger; 5 nodes.
AI Q&A Bot (Webhook → Anthropic Claude → Slack + Google Sheets). Uses httpRequest, googleSheets, slack. Webhook trigger; 5 nodes.
Document Summary Workflow. Uses httpRequest. Webhook trigger; 4 nodes.
Semantic Search API Workflow. Uses httpRequest. Webhook trigger; 3 nodes.