The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Form/API POST \u2192 render video \u2192 respond with jobId",
"nodes": [
{
"parameters": {
"httpMethod": "POST",
"path": "render-video",
"responseMode": "responseNode",
"options": {}
},
"id": "b2c3d4e5-2222-4bbb-9ccc-000000000021",
"name": "Webhook",
"type": "n8n-nodes-base.webhook",
"typeVersion": 2,
"position": [
240,
360
]
},
{
"parameters": {
"resource": "render",
"operation": "createFromTemplate",
"templateId": "cinematic-title",
"variables": "={{ $json.body }}"
},
"id": "b2c3d4e5-2222-4bbb-9ccc-000000000022",
"name": "iLoveVideoEditor",
"type": "n8n-nodes-ilovevideoeditor.iloveVideoEditor",
"typeVersion": 1,
"position": [
460,
360
],
"credentials": {
"iloveVideoEditorApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={ \"jobId\": \"{{ $json.jobId }}\", \"status\": \"pending\" }",
"options": {}
},
"id": "b2c3d4e5-2222-4bbb-9ccc-000000000023",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
680,
360
]
}
],
"connections": {
"Webhook": {
"main": [
[
{
"node": "iLoveVideoEditor",
"type": "main",
"index": 0
}
]
]
},
"iLoveVideoEditor": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
}
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
iloveVideoEditorApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Form/API POST → render video → respond with jobId. Uses n8n-nodes-ilovevideoeditor. Webhook trigger; 3 nodes.
Source: https://github.com/ilovevideoeditor/n8n-nodes-ilovevideoeditor/blob/1d80efbeadbd3a6e5ec13c87d9b37e291c1383c4/examples/webhook-to-video.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
fluxo-disparo-calenvo. Uses n8n-nodes-evolution-api. Webhook trigger; 3 nodes.
Startseiten-Anfragecheck - Live V1. Uses httpRequest, emailSend. Webhook trigger; 26 nodes.
Audit Funnel - Customer Journey Audit Runner V2. Uses httpRequest, openAi, emailSend. Webhook trigger; 38 nodes.
MuAPI — Logo Generator (FLUX 2 Pro). Uses n8n-nodes-muapi. Event-driven trigger; 2 nodes.
Inova · Processo Completo (v32) — Empresa Rodando. Manual trigger; 79 nodes.