{
  "name": "AI-powered one-click virtual fitting room for WooCommerce, Shopify, Prestashop",
  "nodes": [
    {
      "id": "ec6c9aa4-aa67-4f76-bda5-2d8368995993",
      "name": "On form submission",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -680,
        200
      ]
    },
    {
      "id": "12941dfe-2c91-4270-87a4-510f83c7aa65",
      "name": "FTP",
      "type": "n8n-nodes-base.ftp",
      "position": [
        -420,
        200
      ]
    },
    {
      "id": "d5524925-4d2d-4c95-9efc-c877004e65b0",
      "name": "Get Url image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -680,
        460
      ]
    },
    {
      "id": "87300ee2-366e-469b-85bf-9dbd1d5de850",
      "name": "Get status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        240,
        200
      ]
    },
    {
      "id": "8db4508e-b82a-4134-85c7-44b2162d5da6",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -300,
        -980
      ],
      "parameters": {
        "width": 340,
        "height": 540,
        "content": "## Me\n![image](https://n3wstorage.b-cdn.net/n3witalia/model.jpg)"
      }
    },
    {
      "id": "f4765a45-0ad4-49d6-8227-9cc3e050b429",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -980
      ],
      "parameters": {
        "width": 360,
        "height": 540,
        "content": "## Product\n![image](https://n3wstorage.b-cdn.net/n3witalia/tshirt.jpg)"
      }
    },
    {
      "id": "79a6158d-fb3c-4293-82cc-e344aa21db37",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        80,
        -980
      ],
      "parameters": {
        "width": 340,
        "height": 540,
        "content": "## Result\n![image](https://n3wstorage.b-cdn.net/n3witalia/result.png)"
      }
    },
    {
      "id": "032557a3-1ced-47d3-8e72-b1e3057d9e46",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -1260
      ],
      "parameters": {
        "width": 740,
        "height": 240,
        "content": "# Functionality\n\nThis low-code automation enables all eCommerce store visitors to upload a **photo of themselves and virtually “try on”** a garment in just a few clicks. \n\nWith this workflow, **WooCom"
      }
    },
    {
      "id": "6a740b21-b95f-4c8e-bb92-c205e52e3925",
      "name": "Completed?",
      "type": "n8n-nodes-base.if",
      "position": [
        420,
        200
      ]
    },
    {
      "id": "f33040d8-cbac-4c21-845b-10397c5210cc",
      "name": "Sticky Note5",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -80
      ],
      "parameters": {
        "width": 740,
        "height": 180,
        "content": "## STEP 3  - ECOMMERCE\nIn production environment, the \"Product\" field must be dynamically filled with the url of the product dress image (e.g. https://n3wstorage.b-cdn.net/n3witalia/camicia-seta.png)."
      }
    },
    {
      "id": "0799d997-c38e-4c84-8096-0f2ef04b0223",
      "name": "Create Image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -180,
        200
      ]
    },
    {
      "id": "63e29ad5-5965-4a2c-98f5-bc89124a6b21",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -400
      ],
      "parameters": {
        "width": 740,
        "height": 140,
        "content": "## STEP 1 - GET API KEY (YOURAPIKEY)\nCreate an account [here](https://fal.ai/) and obtain API KEY.\nIn the node \"Create Image\" set \"Header Auth\" and set:\n- Name: \"Authorization\"\n- Value: \"Key YOURAPIKE"
      }
    },
    {
      "id": "67188445-73c4-4070-b1f8-6e21beb3e1fa",
      "name": "Form",
      "type": "n8n-nodes-base.form",
      "position": [
        -240,
        460
      ]
    },
    {
      "id": "1a65532e-abb9-4c3f-99c3-ddf35e7ed5e4",
      "name": "Sticky Note7",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -220
      ],
      "parameters": {
        "width": 740,
        "height": 100,
        "content": "## STEP 2  - FTP\nFTP space or S3 bucket to temporarily upload your image to"
      }
    },
    {
      "id": "cf2e4f76-e658-4aa3-a6c0-9a85bb1749e6",
      "name": "Get image",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -460,
        460
      ]
    },
    {
      "id": "04573589-8467-4768-9451-177aa2d19f57",
      "name": "Wait 10 sec.",
      "type": "n8n-nodes-base.wait",
      "position": [
        60,
        200
      ]
    }
  ],
  "connections": {
    "FTP": {
      "main": [
        [
          {
            "node": "Create Image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Form": {
      "main": [
        []
      ]
    },
    "Get image": {
      "main": [
        [
          {
            "node": "Form",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Completed?": {
      "main": [
        [
          {
            "node": "Get Url image",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait 10 sec.",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get status": {
      "main": [
        [
          {
            "node": "Completed?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Image": {
      "main": [
        [
          {
            "node": "Wait 10 sec.",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 10 sec.": {
      "main": [
        [
          {
            "node": "Get status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Get Url image": {
      "main": [
        [
          {
            "node": "Get image",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On form submission": {
      "main": [
        [
          {
            "node": "FTP",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}