{
  "name": "Generate multiple profile picture avatars with free public APIs (no keys)",
  "nodes": [
    {
      "id": "2aeaa8fe-f9c0-4a1d-8434-4b08618ec739",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        -64,
        400
      ]
    },
    {
      "id": "c32da5e3-ebf0-4e07-b244-ddd49752a386",
      "name": "Call the Profile APIs",
      "type": "n8n-nodes-base.code",
      "position": [
        160,
        400
      ]
    },
    {
      "id": "facbcb9a-b72a-466d-8632-f99d7669c07f",
      "name": "Generate HTML Format",
      "type": "n8n-nodes-base.code",
      "position": [
        544,
        400
      ]
    },
    {
      "id": "4764fe70-9bf2-48f3-883f-57c2e48032fa",
      "name": "Show the Profile Pictures",
      "type": "n8n-nodes-base.html",
      "position": [
        992,
        400
      ]
    },
    {
      "id": "32706552-05aa-4f8a-97e3-49c70196bf63",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        -304
      ],
      "parameters": {
        "width": 512,
        "height": 864,
        "content": "## Simple Profile Picture Generator (No API Keys Needed)\n\n### How it works\n1. Trigger the workflow manually.\n2. The workflow generates a unique seed (random number or custom keyword) and randomly sele"
      }
    },
    {
      "id": "17e3acc6-1927-4536-972c-d1c669b26c73",
      "name": "Sticky Note1",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -128,
        304
      ],
      "parameters": {
        "width": 432,
        "height": 256,
        "content": "## 1. Call the APIs to get random profile images"
      }
    },
    {
      "id": "a2b96150-302a-4ec4-af8d-ae8c9010b1c9",
      "name": "Sticky Note2",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        368,
        304
      ],
      "parameters": {
        "width": 432,
        "height": 256,
        "content": "## 2. Generate HTML format to show the profile images"
      }
    },
    {
      "id": "48e9bfa0-b859-4c46-9ab0-c569ba8de65c",
      "name": "Sticky Note3",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        848,
        304
      ],
      "parameters": {
        "width": 432,
        "height": 256,
        "content": "## 3. Show the results and download the profile picture"
      }
    },
    {
      "id": "c0d3abdd-2859-4a14-9cb4-27b6ce734ad6",
      "name": "Sticky Note4",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -720,
        624
      ],
      "parameters": {
        "width": 512,
        "height": 384,
        "content": "## Here's How\n\n@[youtube](bspOMa5LwM0)"
      }
    }
  ],
  "connections": {
    "Generate HTML Format": {
      "main": [
        [
          {
            "node": "Show the Profile Pictures",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Call the Profile APIs": {
      "main": [
        [
          {
            "node": "Generate HTML Format",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Call the Profile APIs",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}