{
  "name": "AI video generator with Google Veo3 API (Veo 3 fast)",
  "nodes": [
    {
      "id": "6923636e-d71c-4362-9359-ec9e126b76cb",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        368,
        240
      ],
      "parameters": {
        "width": 780,
        "height": 120,
        "content": "## STEP 1 - GET API KEY (YOURAPIKEY)\n- Create an account [here](https://kie.ai/) and obtain API KEY.\n- It will be used in on form submission.\n- Important: Please keep your key safe and do not disclose"
      }
    },
    {
      "id": "0ba8e9a2-ae87-4d70-bbf9-ed3fe3e12161",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        368,
        384
      ],
      "parameters": {
        "width": 780,
        "height": 180,
        "content": "## STEP 2 - Usage Process\n1. **Start Workflow** - Click \"Execute workflow\" button to begin the task.\n2. **Fill Form** - Complete the required fields in the popup form.\n3. **Submit - Click** \"Submit\" b"
      }
    },
    {
      "id": "15709134-9fe8-4dac-8580-5d1684e55e91",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -448,
        288
      ],
      "parameters": {
        "width": 780,
        "height": 760,
        "content": "## Overview\nThis workflow utilizes the KIE.AI Veo3 model to generate AI-powered videos from either text descriptions or images. Users can interact through a simple form, providing a prompt (such as a "
      }
    },
    {
      "id": "a02e8c24-b42d-4875-8021-9aee5c7aab89",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        368,
        592
      ],
      "parameters": {
        "width": 780,
        "height": 520,
        "content": "## STEP 3 - Form Parameters\n1. **Prompt** (Video Description)\n    - Purpose: Describe the video content you want to generate.\n    - Example: \"A dog playing in a park\".\n    - Tips:\n    Be detailed and "
      }
    },
    {
      "id": "7695bace-f47f-4cbe-9e3b-1e3a03dc98f6",
      "name": "Submit Text Prompt for Video Generation",
      "type": "n8n-nodes-base.formTrigger",
      "position": [
        -192,
        1120
      ]
    },
    {
      "id": "50b11dcd-275a-48c5-ac4e-4cae25e067a4",
      "name": "Send Video Generation Request to KIE.AI API",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        32,
        1120
      ]
    },
    {
      "id": "022fecc6-9284-4c4b-a4d9-756f244a69aa",
      "name": "Wait for Video Processing Completion",
      "type": "n8n-nodes-base.wait",
      "position": [
        272,
        1120
      ]
    },
    {
      "id": "8b61f6ba-0565-4100-80f3-30e30be081ec",
      "name": "Obtain the generated status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        496,
        1120
      ]
    },
    {
      "id": "6b889a83-c8c0-4550-b583-5c6f5fbf02d9",
      "name": "Check if Video Generation is Complete",
      "type": "n8n-nodes-base.if",
      "position": [
        336,
        1344
      ]
    },
    {
      "id": "bff24bb8-9cc4-4e7b-b745-3576bcce2cc9",
      "name": "Format and Display Video Results",
      "type": "n8n-nodes-base.set",
      "position": [
        688,
        1328
      ]
    }
  ],
  "connections": {
    "Obtain the generated status": {
      "main": [
        [
          {
            "node": "Check if Video Generation is Complete",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait for Video Processing Completion": {
      "main": [
        [
          {
            "node": "Obtain the generated status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Check if Video Generation is Complete": {
      "main": [
        [
          {
            "node": "Format and Display Video Results",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait for Video Processing Completion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Submit Text Prompt for Video Generation": {
      "main": [
        [
          {
            "node": "Send Video Generation Request to KIE.AI API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Send Video Generation Request to KIE.AI API": {
      "main": [
        [
          {
            "node": "Wait for Video Processing Completion",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}