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": "Kling Text-to-Video Example",
"nodes": [
{
"id": "a1b2c3d4-0001-4000-8000-000000000001",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
250,
300
],
"parameters": {}
},
{
"id": "a1b2c3d4-0002-4000-8000-000000000002",
"name": "Kling (Kie.ai)",
"type": "n8n-nodes-kie.kling",
"typeVersion": 1,
"position": [
500,
300
],
"parameters": {
"operation": "textToVideo",
"model": "kling-3.0/video",
"prompt": "A cat playing piano",
"ratio": "16:9",
"duration": 5,
"generationMode": "std",
"waitForCompletion": true
},
"credentials": {
"kieApi": {
"name": "<your credential>"
}
}
},
{
"id": "a1b2c3d4-0003-4000-8000-000000000003",
"name": "Extract Result",
"type": "n8n-nodes-base.noOp",
"typeVersion": 1,
"position": [
750,
300
],
"parameters": {}
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "Kling (Kie.ai)",
"type": "main",
"index": 0
}
]
]
},
"Kling (Kie.ai)": {
"main": [
[
{
"node": "Extract Result",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "a1b2c3d4-0000-4000-8000-000000000000",
"meta": {
"templateCredsSetupCompleted": true
},
"tags": []
}
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.
kieApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Kling Text-to-Video Example. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
Source: https://github.com/ArielleTolome/n8n-nodes-kie/blob/main/examples/kling-text-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.
KIE - Video Upscale with Topaz. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
KIE - Text to Speech with ElevenLabs. Uses n8n-nodes-kie. Event-driven trigger; 3 nodes.
Convert Docx From Url To Pdf Using Convertapi. Uses manualTrigger, httpRequest, readWriteFile, stickyNote. Event-driven trigger; 6 nodes.
Preparing Data To Be Sent To A Service. Uses manualTrigger, stickyNote, googleSheets, n8nTrainingCustomerDatastore. Event-driven trigger; 6 nodes.
Extract Contracts to a Register. Uses n8n-nodes-iterationlayer. Event-driven trigger; 6 nodes.