cURL to n8n Converter
Convert cURL commands into n8n HTTP Request nodes. Copy and paste directly into your n8n workflow.
What is cURL to n8n Converter?
This free tool converts cURL commands into ready-to-use n8n HTTP Request nodes. Simply paste your cURL command, click "Copy n8n Node", then paste directly into your n8n workflow canvas with Ctrl+V (or Cmd+V on Mac). The node appears instantly with all settings configured.
How It Works
- Paste your cURL command from API documentation, browser DevTools, or Postman
- The tool parses the command and extracts URL, method, headers, and body
- Click "Copy n8n Node" to copy the formatted node JSON to clipboard
- Open your n8n workflow and press Ctrl+V — the HTTP Request node appears!
What Gets Converted
Request Basics
URL, HTTP method (GET, POST, PUT, DELETE, etc.)
Headers
All custom headers including Authorization, Content-Type
Request Body
JSON body data converted to n8n body parameters
Authentication
Bearer tokens, Basic auth via -u flag
Why Use This Tool?
- Save time — No manual configuration of HTTP Request nodes
- Reduce errors — Automatic mapping of headers and body parameters
- Quick API integration — Test APIs from docs directly in n8n
- Copy from DevTools — Right-click any request → Copy as cURL → Paste here
Privacy First
Your cURL commands and API keys never leave your browser. All parsing happens locally in JavaScript — no server requests, no data storage. Safe for commands containing sensitive credentials.
About n8n
n8n is a powerful workflow automation tool that lets you connect apps and services. The HTTP Request node is one of the most commonly used nodes for integrating with REST APIs. This converter makes it faster to set up API integrations by converting existing cURL examples.