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": "Atlas Cloud \u2014 Async Video (Submit + Poll)",
"nodes": [
{
"parameters": {},
"id": "trigger03",
"name": "When clicking 'Test workflow'",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
380,
300
]
},
{
"parameters": {
"category": "Text-to-Video",
"modelUuid": "bytedance/seedance-2.0-fast/text-to-video",
"prompt": "a paper plane gliding over a neon city at dusk, cinematic, slow camera push-in",
"executionMode": "submit"
},
"id": "submit03",
"name": "AtlasCloud Task Submit",
"type": "n8n-nodes-atlascloud.atlasCloudTaskSubmit",
"typeVersion": 1,
"position": [
620,
300
],
"credentials": {
"atlasCloudApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"operation": "waitForCompletion",
"predictionId": "={{ $json.prediction_id }}",
"pollingOptions": {
"maxWaitTime": 15,
"pollInterval": 5
}
},
"id": "status03",
"name": "AtlasCloud Task Status",
"type": "n8n-nodes-atlascloud.atlasCloudTaskStatus",
"typeVersion": 1,
"position": [
860,
300
],
"credentials": {
"atlasCloudApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking 'Test workflow'": {
"main": [
[
{
"node": "AtlasCloud Task Submit",
"type": "main",
"index": 0
}
]
]
},
"AtlasCloud Task Submit": {
"main": [
[
{
"node": "AtlasCloud Task Status",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"meta": {
"description": "Submit Only -> poll with Task Status (Wait for Completion). The Status node reads the id via {{ $json.prediction_id }} from Submit. After import: select your credential and confirm Category + Model."
}
}
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.
atlasCloudApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Atlas Cloud — Async Video (Submit + Poll). Uses n8n-nodes-atlascloud. Event-driven trigger; 3 nodes.
Source: https://github.com/AtlasCloudAI/n8n-nodes-atlascloud/blob/main/workflows/03-async-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.
Atlas Cloud — Text to Image. Uses n8n-nodes-atlascloud. Event-driven trigger; 2 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.
📄 Description: This workflow helps you migrate customer records directly from Odoo v15 to Odoo v18 without the need for manual exports or intermediate files.