{
"workflow": {
"nodes": [
{
"id": "imageTemplate-3",
"type": "imageTemplate",
"position": {
"x": -8316.224671547378,
"y": -5663.14185764354
},
"style": {
"width": 520,
"height": 640
},
"dragHandle": ".node-drag-handle",
"data": {
"label": "AI 对话",
"template": {
"version": 2,
"canvas": {
"width": 512,
"height": 512,
"background": "#ffffff"
},
"layers": [
{
"slot": "image-1",
"rect": {
"x": 0.1,
"y": 0.1,
"w": 0.8,
"h": 0.8
},
"fit": "cover",
"z": 1,
"radius": 24,
"shape": "rect",
"locked": false
}
],
"texts": [
{
"id": "text-1",
"text": "Text",
"x": 0.43750996586506663,
"y": 0.20885382216762732,
"z": 11,
"fontSize": 72,
"color": "#d42525",
"strokeAlign": "outside",
"align": "center"
}
]
},
"templateLocked": false,
"isLoading": false,
"error": null,
"result": "data:image/png;base64,="
},
"width": 520,
"height": 640,
"selected": false,
"positionAbsolute": {
"x": -8316.224671547378,
"y": -5663.14185764354
},
"dragging": false
},
{
"id": "prompt-4",
"type": "prompt",
"position": {
"x": -8706.972727271479,
"y": -5539.859550590554
},
"style": {
"width": 240,
"height": 120
},
"dragHandle": ".node-drag-handle",
"data": {
"label": "2222",
"isLoading": false,
"error": null,
"result": "ji"
},
"width": 240,
"height": 120,
"selected": false,
"positionAbsolute": {
"x": -8706.972727271479,
"y": -5539.859550590554
},
"dragging": false
},
{
"id": "save-6",
"type": "save",
"position": {
"x": -7694.715272226677,
"y": -5183.636454410738
},
"style": {
"width": 240,
"height": 200
},
"dragHandle": ".node-drag-handle",
"data": {
"label": "输出与保存"
},
"width": 240,
"height": 200
}
],
"edges": [
{
"id": "reactflow__edge-imageLoad-2-nanobanana-1image-1",
"source": "imageLoad-2",
"target": "nanobanana-1",
"sourceHandle": null,
"targetHandle": "image-1",
"animated": false
},
{
"id": "reactflow__edge-imageLoad-2-imageTemplate-2image-1",
"source": "imageLoad-2",
"target": "imageTemplate-2",
"sourceHandle": null,
"targetHandle": "image-1",
"animated": false
},
{
"id": "reactflow__edge-imageLoad-2-imageTemplate-6image-1",
"source": "imageLoad-2",
"target": "imageTemplate-6",
"sourceHandle": null,
"targetHandle": "image-1",
"animated": false
},
{
"id": "reactflow__edge-prompt-2-imageTemplate-6text-1",
"source": "prompt-2",
"target": "imageTemplate-6",
"sourceHandle": null,
"targetHandle": "text-1",
"animated": false
},
{
"source": "prompt-4",
"sourceHandle": null,
"target": "imageTemplate-3",
"targetHandle": "text-1",
"animated": false,
"id": "reactflow__edge-prompt-4-imageTemplate-3text-1"
},
{
"source": "imageTemplate-3",
"sourceHandle": null,
"target": "save-6",
"targetHandle": null,
"animated": true,
"id": "reactflow__edge-imageTemplate-3-save-6"
}
]
},
"keys": {
"imageChatKey": "YOUR_KEY",
"videoKey": "YOUR_KEY"
}
}curl --location --request POST 'http://localhost:3000/api/workflow/execute' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow": {
"nodes": [
{
"id": "imageTemplate-3",
"type": "imageTemplate",
"position": {
"x": -8316.224671547378,
"y": -5663.14185764354
},
"style": {
"width": 520,
"height": 640
},
"dragHandle": ".node-drag-handle",
"data": {
"label": "AI 对话",
"template": {
"version": 2,
"canvas": {
"width": 512,
"height": 512,
"background": "#ffffff"
},
"layers": [
{
"slot": "image-1",
"rect": {
"x": 0.1,
"y": 0.1,
"w": 0.8,
"h": 0.8
},
"fit": "cover",
"z": 1,
"radius": 24,
"shape": "rect",
"locked": false
}
],
"texts": [
{
"id": "text-1",
"text": "Text",
"x": 0.43750996586506663,
"y": 0.20885382216762732,
"z": 11,
"fontSize": 72,
"color": "#d42525",
"strokeAlign": "outside",
"align": "center"
}
]
},
"templateLocked": false,
"isLoading": false,
"error": null,
"result": "data:image/png;base64,="
},
"width": 520,
"height": 640,
"selected": false,
"positionAbsolute": {
"x": -8316.224671547378,
"y": -5663.14185764354
},
"dragging": false
},
{
"id": "prompt-4",
"type": "prompt",
"position": {
"x": -8706.972727271479,
"y": -5539.859550590554
},
"style": {
"width": 240,
"height": 120
},
"dragHandle": ".node-drag-handle",
"data": {
"label": "2222",
"isLoading": false,
"error": null,
"result": "ji"
},
"width": 240,
"height": 120,
"selected": false,
"positionAbsolute": {
"x": -8706.972727271479,
"y": -5539.859550590554
},
"dragging": false
},
{
"id": "save-6",
"type": "save",
"position": {
"x": -7694.715272226677,
"y": -5183.636454410738
},
"style": {
"width": 240,
"height": 200
},
"dragHandle": ".node-drag-handle",
"data": {
"label": "输出与保存"
},
"width": 240,
"height": 200
}
],
"edges": [
{
"id": "reactflow__edge-imageLoad-2-nanobanana-1image-1",
"source": "imageLoad-2",
"target": "nanobanana-1",
"sourceHandle": null,
"targetHandle": "image-1",
"animated": false
},
{
"id": "reactflow__edge-imageLoad-2-imageTemplate-2image-1",
"source": "imageLoad-2",
"target": "imageTemplate-2",
"sourceHandle": null,
"targetHandle": "image-1",
"animated": false
},
{
"id": "reactflow__edge-imageLoad-2-imageTemplate-6image-1",
"source": "imageLoad-2",
"target": "imageTemplate-6",
"sourceHandle": null,
"targetHandle": "image-1",
"animated": false
},
{
"id": "reactflow__edge-prompt-2-imageTemplate-6text-1",
"source": "prompt-2",
"target": "imageTemplate-6",
"sourceHandle": null,
"targetHandle": "text-1",
"animated": false
},
{
"source": "prompt-4",
"sourceHandle": null,
"target": "imageTemplate-3",
"targetHandle": "text-1",
"animated": false,
"id": "reactflow__edge-prompt-4-imageTemplate-3text-1"
},
{
"source": "imageTemplate-3",
"sourceHandle": null,
"target": "save-6",
"targetHandle": null,
"animated": true,
"id": "reactflow__edge-imageTemplate-3-save-6"
}
]
},
"keys": {
"imageChatKey": "YOUR_KEY",
"videoKey": "YOUR_KEY"
}
}'{
"leafNodeIds": [
"string"
],
"resultsByNodeId": {
"nanobanana-1767577983618": "string",
"save-1767586515332": "string"
},
"errorsByNodeId": {},
"leafResults": [
{
"nodeId": "string",
"result": "string"
}
]
}