n8n Workflow

Get Information Of An Image

This n8n workflow retrieves tasks and integrates with various services. Get Information Of An Image - ready to import and run in your n8n instance.

n8n workflow.json

About This Script

This n8n workflow retrieves tasks and integrates with various services. Get Information Of An Image - ready to import and run in your n8n instance.
Features:
  • Makes HTTP requests to external APIs
  • Retrieves data from external sources
Source Code
{
    "nodes": [
        {
            "name": "On clicking 'execute'",
            "type": "n8n-nodes-base.manualTrigger",
            "position": [
                250,
                300
            ],
            "parameters": [],
            "typeVersion": 1,
            "id": "f26eb345-e81e-4fb4-bad1-617c474809b8"
        },
        {
            "name": "Edit Image",
            "type": "n8n-nodes-base.editImage",
            "position": [
                650,
                300
            ],
            "parameters": {
                "operation": "information"
            },
            "typeVersion": 1,
            "id": "a6f3fd61-a29e-428d-b9ef-e17486f474f3"
        },
        {
            "name": "HTTP Request",
            "type": "n8n-nodes-base.httpRequest",
            "position": [
                450,
                300
            ],
            "parameters": {
                "url": "https://picsum.photos/200/300",
                "options": [],
                "responseFormat": "file"
            },
            "typeVersion": 1,
            "id": "4702c951-cea7-4c1e-8918-d56d5285cd4a"
        }
    ],
    "connections": {
        "HTTP Request": {
            "main": [
                [
                    {
                        "node": "Edit Image",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "On clicking 'execute'": {
            "main": [
                [
                    {
                        "node": "HTTP Request",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    },
    "n8n_version": "1.5.0"
}
Requirements
n8n instance, API credentials for connected services
Tags
#n8n #automation #workflow
Quick Actions
More in n8n Workflows