Authorization: Bearer ********************
{
"workflowId": 876606950123,
"versionId": 6,
"inputs":[
{
"nodeId": 42,
"paramName": "image",
"value": "https://plc.jj20.com/up/allimg/mx10/010220233P1/200102233P1-0.jpeg"
},
{
"nodeId": 7,
"paramName": "positive",
"value": "a flower"
},
{
"nodeId": 8,
"paramName": "empty_latent_width",
"value": "512"
},
{
"nodeId": 9,
"paramName": "empty_latent_height",
"value": "512"
}
],
"exclusiveMode": true,
"callback": "https://exmple.com/callback",
"nonce": "string"
}
curl --location --request POST 'https://ai.huashi6.com/aiapi/workflow/run' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflowId": 876606950123,
"versionId": 6,
"inputs":[
{
"nodeId": 42,
"paramName": "image",
"value": "https://plc.jj20.com/up/allimg/mx10/010220233P1/200102233P1-0.jpeg"
},
{
"nodeId": 7,
"paramName": "positive",
"value": "a flower"
},
{
"nodeId": 8,
"paramName": "empty_latent_width",
"value": "512"
},
{
"nodeId": 9,
"paramName": "empty_latent_height",
"value": "512"
}
],
"exclusiveMode": true,
"callback": "https://exmple.com/callback",
"nonce": "string"
}'
{
"data": {
"taskId": "6525fdbcd57f45a2bd873799cf8b6e8b",
"used": 10,
"balance": 990,
"taskLimit": 1
},
"code": 0,
"success": true
}