Creative Design Automation

Add text to an image downloaded from the internet

Add text to an image downloaded from the internet

Manual
Medium
3
Nodes
Manual
Trigger
Medium
Complexity
7/22/2025
Added

Workflow Overview

Total Nodes
3
Node Types
0

Workflow JSON

1.38 KB
{
  "id": "1",
  "name": "Add text to an image downloaded from the internet",
  "nodes": [
    {
      "name": "On clicking 'execute'",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        620,
        170
      ],
      "parameters": {},
      "typeVersion": 1
    },
    {
      "name": "Edit Image",
      "type": "n8n-nodes-base.editImage",
      "position": [
        1020,
        170
      ],
      "parameters": {
        "text": "This is n8n",
        "options": {},
        "fontSize": 100,
        "operation": "text",
        "positionX": 300,
        "positionY": 500
      },
      "typeVersion": 1
    },
    {
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        820,
        170
      ],
      "parameters": {
        "url": "https://docs.n8n.io/assets/img/final-workflow.f380b957.png",
        "options": {},
        "responseFormat": "file"
      },
      "typeVersion": 1
    }
  ],
  "active": false,
  "setti...

Showing first 1000 characters. Click "Expand" to view the full JSON.