{
  "name": "Automated TikTok video creation pipeline with GPT-4o-mini and Sisif.ai",
  "nodes": [
    {
      "id": "be0afc63-a202-4f65-9e80-9b49fb956583",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1860,
        60
      ]
    },
    {
      "id": "d3077eb3-e4e6-4d94-a398-0ea5f7bed59e",
      "name": "Create Sisif Video",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -1020,
        60
      ]
    },
    {
      "id": "51c39595-9cbd-4bb9-b0de-ec641a013478",
      "name": "Wait 10s",
      "type": "n8n-nodes-base.wait",
      "position": [
        -740,
        60
      ]
    },
    {
      "id": "ed68fc5a-4db7-4397-996f-938c5cb987d5",
      "name": "Check Video Status",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -540,
        60
      ]
    },
    {
      "id": "a82e05a5-eeec-4d09-b92f-93e95defb217",
      "name": "Video Ready?",
      "type": "n8n-nodes-base.if",
      "position": [
        -300,
        60
      ]
    },
    {
      "id": "8463e988-f99e-4c06-9d87-1a58d42f5b3d",
      "name": "Prepare Final Data",
      "type": "n8n-nodes-base.function",
      "position": [
        160,
        40
      ]
    },
    {
      "id": "feaaa368-2c77-4f1d-8062-ab7e654dc075",
      "name": "Structured Output Parser",
      "type": "@n8n/n8n-nodes-langchain.outputParserStructured",
      "position": [
        -1380,
        260
      ]
    },
    {
      "id": "352ed650-1591-4679-b154-6a61a2e2d94e",
      "name": "Idea creator",
      "type": "@n8n/n8n-nodes-langchain.chainLlm",
      "position": [
        -1560,
        60
      ]
    },
    {
      "id": "76a0b24a-663e-4675-a811-d783fea70aec",
      "name": "OpenAI Chat Model",
      "type": "@n8n/n8n-nodes-langchain.lmChatOpenAi",
      "position": [
        -1560,
        280
      ]
    },
    {
      "id": "3f7a67f0-65de-430f-a396-08fa1c342254",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -1120,
        -140
      ],
      "parameters": {
        "width": 1100,
        "height": 500,
        "content": "# Sisif.ai\n\n## Generate new video based on idea creator"
      }
    }
  ],
  "connections": {
    "Wait 10s": {
      "main": [
        [
          {
            "node": "Check Video Status",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Idea creator": {
      "main": [
        [
          {
            "node": "Create Sisif Video",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Video Ready?": {
      "main": [
        [
          {
            "node": "Prepare Final Data",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Wait 10s",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "Idea creator",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "OpenAI Chat Model": {
      "ai_languageModel": [
        [
          {
            "node": "Idea creator",
            "type": "ai_languageModel",
            "index": 0
          }
        ]
      ]
    },
    "Check Video Status": {
      "main": [
        [
          {
            "node": "Video Ready?",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Create Sisif Video": {
      "main": [
        [
          {
            "node": "Wait 10s",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Structured Output Parser": {
      "ai_outputParser": [
        [
          {
            "node": "Idea creator",
            "type": "ai_outputParser",
            "index": 0
          }
        ]
      ]
    }
  }
}