{
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "consulta-orquestador",
        "options": {
          "binaryData": true
        }
      },
      "name": "Webhook Entrada (Multipart)",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        460,
        300
      ],
      "id": "webhook-trigger"
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://172.17.0.1:8000/identifica_persona",
        "sendBody": true,
        "contentType": "multipart-form-data",
        "bodyParameters": {
          "parameters": [
            {
              "name": "question",
              "value": "={{ $json.body.question || '' }}"
            }
          ]
        },
        "sendBinaryData": true,
        "binaryPropertyName": "data:image",
        "options": {
          "response": {
            "response": {
              "fullResponse": false
            }
          }
        }
      },
      "name": "API Python (Processor)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 3,
      "position": [
        700,
        300
      ],
      "id": "api-request"
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ $json }}",
        "options": {}
      },
      "name": "Responder Cliente",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1,
      "position": [
        920,
        300
      ],
      "id": "response-node"
    }
  ],
  "connections": {
    "Webhook Entrada (Multipart)": {
      "main": [
        [
          {
            "node": "API Python (Processor)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "API Python (Processor)": {
      "main": [
        [
          {
            "node": "Responder Cliente",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}