hey i am working on template in which i got stuck in https node where i couldng process it and move further i tried chatgpt and all other ai stuff and iam a very beginner to this and couldnt able to resolve the issue. can someone please help me out to achieve this please.
this is the workflow where as u can see the error at vertex ai-veo which is
this is what i am suffereing from. where {
“endpoint”: “projects/***********************************/veo-3.0-generate-preview”,
“instances”: [
{
“prompt”: $json.TEXT_PROMPT
}
],
“parameters”: {
“aspectRatio”: “9:16”,
“sampleCount”: 1,
“durationSeconds”: “8”,
“personGeneration”: “allow_all”,
“addWatermark”: true,
“includeRaiReason”: true,
“generateAudio”: true
}
} this is the body used as shown in above and the error is pasted here below{
“errorMessage”: “JSON parameter needs to be valid JSON”,
“errorDetails”: {},
“n8nDetails”: {
“nodeName”: “Vertex AI-VEO”,
“nodeType”: “n8n-nodes-base.httpRequest”,
“nodeVersion”: 4.2,
“itemIndex”: 0,
“time”: “29/7/2025, 9:32:35 am”,
“n8nVersion”: “1.103.2 (Self Hosted)”,
“binaryDataMode”: “default”,
“stackTrace”: [
“NodeOperationError: JSON parameter needs to be valid JSON”,
" at ExecuteContext.execute (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-nodes-base@file+packages+nodes-base_@[email protected]_asn1.js@5_1af219c3f47f2a1223ec4ccec249a974/node_modules/n8n-nodes-base/nodes/HttpRequest/V3/HttpRequestV3.node.ts:366:15)“,
" at WorkflowExecute.runNode (/usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1211:32)”,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:1581:38",
" at processTicksAndRejections (node:internal/process/task_queues:105:5)“,
" at /usr/local/lib/node_modules/n8n/node_modules/.pnpm/n8n-core@[email protected][email protected][email protected]_/node_modules/n8n-core/src/execution-engine/workflow-execute.ts:2157:11”
]
}
} this is the error. can someone help me out please








