{
  "name": "Automated recipe finder with an API - n8n API tutorial material",
  "nodes": [
    {
      "id": "2bbcb8e8-b63f-45a8-b141-07300ef724ba",
      "name": "Form",
      "type": "n8n-nodes-base.form",
      "position": [
        448,
        0
      ]
    },
    {
      "id": "51dbc266-c345-4334-9349-f66a45ff5350",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        0,
        0
      ]
    },
    {
      "id": "891b66aa-1620-4867-b27c-b978588a5462",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        208,
        0
      ]
    },
    {
      "id": "contact-note-1759910018486",
      "name": "Creator Contact Info",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -670
      ],
      "parameters": {
        "width": 600,
        "height": 440,
        "content": "# Contact Us:\n## Milan @ SmoothWork - [Book a Free Consulting Call](https://smoothwork.ai/book-a-call/)\n![Milan](https://gravatar.com/avatar/95700d17ba300a9f14c1b8cacf933df7720027b3adda9cbe6183d891429"
      }
    },
    {
      "id": "doc-note-1759910018486",
      "name": "Workflow Description",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -230
      ],
      "parameters": {
        "width": 600,
        "height": 900,
        "content": "## Workflow Overview\n\nThis workflow creates a simple recipe finder web application. Users submit a recipe search query through a web form, which triggers an API call to fetch matching recipes. The res"
      }
    },
    {
      "id": "video-note-1759912267933",
      "name": "Video Walkthrough",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -90,
        -670
      ],
      "parameters": {
        "width": 420,
        "height": 340,
        "content": "# Video Walkthrough\n[![image.png](https://vasarmilan-public.s3.us-east-1.amazonaws.com/blog_thumbnails/thumbnail_recux4gNImLpzqvyd.jpg)](https://youtu.be/mMEX4Zsz4XY)"
      }
    }
  ],
  "connections": {
    "HTTP Request": {
      "main": [
        [
          {
            "node": "Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}