{
  "name": "Generate text-to-video & image-to-video content with Seedance 1 Lite AI",
  "nodes": [
    {
      "id": "c132991d-92b6-4a66-9f31-112f61114b4d",
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -512,
        -208
      ]
    },
    {
      "id": "7295895f-dccd-402f-b6fe-e27010a1152f",
      "name": "Set API Key",
      "type": "n8n-nodes-base.set",
      "position": [
        -304,
        -208
      ]
    },
    {
      "id": "969df85b-2ecc-4c82-b2ad-ff6b6baf420e",
      "name": "Create Prediction",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -48,
        -208
      ]
    },
    {
      "id": "b6935279-4f81-4473-bc8c-ea688290220f",
      "name": "Extract Prediction ID",
      "type": "n8n-nodes-base.code",
      "position": [
        144,
        -208
      ]
    },
    {
      "id": "92b77e16-309e-4728-986f-248123cb9f06",
      "name": "Wait",
      "type": "n8n-nodes-base.wait",
      "position": [
        368,
        -208
      ]
    },
    {
      "id": "f35f0e81-4c76-42a0-9fd0-6c71e4058630",
      "name": "Check Prediction Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        592,
        -208
      ]
    },
    {
      "id": "f5b73bf7-ac53-4126-9087-f5a1b61c45ea",
      "name": "Check If Complete",
      "type": "n8n-nodes-base.if",
      "position": [
        816,
        -208
      ]
    },
    {
      "id": "c10bf454-3568-4d02-a4b3-373b439ea939",
      "name": "Process Result",
      "type": "n8n-nodes-base.code",
      "position": [
        1056,
        -320
      ]
    },
    {
      "id": "585f1276-7244-444d-9b69-5c7897ad1098",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -576,
        -512
      ],
      "parameters": {
        "width": 438,
        "height": 511,
        "content": "## ⚡ Section 1: Start & Authenticate\n\n* **▶️ On clicking ‘execute’** → Manual trigger to start the workflow.\n* **🔑 Set API Key** → Stores your Replicate API key so all requests are authorized.\n\n**Bene"
      }
    },
    {
      "id": "367a6dfc-2008-40c8-9cbe-61208d4215e0",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        -784
      ],
      "parameters": {
        "width": 246,
        "height": 783,
        "content": "## 🛠️ Section 2: Send Video Generation Request\n\n* **📡 Create Prediction** → Makes a POST request to Replicate with:\n\n  * `prompt`: your text description of the video\n  * `seed`: (optional) controls ra"
      }
    },
    {
      "id": "741290bf-085c-44ba-8319-d07f5840969d",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        128,
        -560
      ],
      "parameters": {
        "width": 806,
        "height": 559,
        "content": "## 🔍 Section 3: Track the Prediction\n\n* **📦 Extract Prediction ID** → Stores `predictionId`, `status`, and `predictionUrl` for polling.\n* **⏳ Wait** → Pauses 2 seconds between checks.\n* **🔁 Check Pred"
      }
    },
    {
      "id": "7eae092a-332d-4e61-808b-db52ae845a3b",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        960,
        -752
      ],
      "parameters": {
        "width": 310,
        "height": 751,
        "content": "## 📽️ Section 4: Process & Return Results\n\n* **📦 Process Result** → Outputs a clean response containing:\n\n  * `status`\n  * `video_url` (generated video)\n  * `metrics`\n  * `created_at` & `completed_at`"
      }
    },
    {
      "id": "b29e5e7a-f7eb-4efa-8811-4318d0ca439d",
      "name": "Sticky Note9",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2272,
        -496
      ],
      "parameters": {
        "width": 1300,
        "height": 320,
        "content": "=======================================\n            WORKFLOW ASSISTANCE\n=======================================\nFor any questions or support, please contact:\n    Yaron@nofluff.online\n\nExplore more tip"
      }
    },
    {
      "id": "3ade34cd-a0cf-4fe9-84c1-4586a7cfcc60",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -2272,
        -160
      ],
      "parameters": {
        "width": 1289,
        "height": 1822,
        "content": "# Generate Text-to-Video & Image-to-Video Content with Seedance 1 Lite AI\n\nBuilt with **n8n + Replicate**\n\nThis workflow takes a **prompt** (and optional seed), sends it to Bytedance’s **seedance-1-li"
      }
    }
  ],
  "connections": {
    "Wait": {
      "main": [
        [
          {
            "node": "Check Prediction Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Set API Key": {
      "main": [
        [
          {
            "node": "Create Prediction",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check If Complete": {
      "main": [
        [
          {
            "node": "Process Result",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Prediction": {
      "main": [
        [
          {
            "node": "Extract Prediction ID",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Extract Prediction ID": {
      "main": [
        [
          {
            "node": "Wait",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "On clicking 'execute'": {
      "main": [
        [
          {
            "node": "Set API Key",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check Prediction Status": {
      "main": [
        [
          {
            "node": "Check If Complete",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}