Query Perplexity AI from Your n8n Workflows - n8n Workflow | Neura Market
Query Perplexity AI from Your n8n Workflows
This workflow illustrates how to use Perplexity AI in your n8n workflow. Perplexity is a free AI-powered answer engine that provides accurate, trusted, and real-time answers to any question.
---
### Credentials Setup
1. Go to the Perplexity dashboard, purchase some credits, and create an API Key
[https://www.perplexity.ai/settings/api](https://www.perplexity.ai/settings/api)
2. In the Perplexity Request node, use Generic Credentials, Header Auth. For the name, use the value Authorization. And for the value, use Bearer pplx-e4...59ea (Your Perplexity API Key)
---
### AI Model
**Sonar Pro** is the current top model used by Perplexity. If you want to use a different one, check this page: [https://docs.perplexity.ai/guides/model-cards](https://docs.perplexity.ai/guides/model-cards)
Platform
n8n
Category
AI
Price
Free
Creator
Emmanuel Bernard
set
stickyNote
httpRequest
manualTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.