n8nBuilder API Integration Example
Demonstrates how to use the n8nBuilder.dev API to generate n8n workflows programmatically. Send a natural language query and receive a complete workflow JSON with 60 second timeout configuration. Available in extension v1.0.7+. After logging in, navigate to Account → API to get your API credentials.
Make an HTTP request with 60 second timeout. Use the following curl command: curl -X POST https://api.n8nbuilder.dev/api/generate \ -H "Content-Type: application/json" \ -H "x-user-token: YOUR_API_TOKEN" \ -d '{ "email": "[email protected]", "query": "Read RSS from n8nbuilder.dev every hour and send slack message if new message arrives" }' Note: Get your API token from the extension by going to Account → API after logging in (requires extension v1.0.7 or higher).
Loading workflow preview...