{
"webappId": "196******938",
"apiKey": "****************",
"quickCreateCode": "***",
"nodeInfoList": [
{
"nodeId": "2",
"nodeName": "LoadImage",
"fieldName": "image",
"fieldType": "IMAGE",
"fieldValue": "61a52873b2f16cf3734dad1d20f704d32ca5f1d77896847f27a1e1ee72eb626d.jpg",
"description": "Upload image"
},
{
"nodeId": "16",
"nodeName": "RH_Translator",
"fieldName": "prompt",
"fieldType": "STRING",
"fieldValue": "The items that need to be set up",
"description": "Input text"
}
]
}curl --location --request POST 'https://www.runninghub.ai/task/openapi/quick-ai-app/run' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"webappId": "196******938",
"apiKey": "****************",
"quickCreateCode": "***",
"nodeInfoList": [
{
"nodeId": "2",
"nodeName": "LoadImage",
"fieldName": "image",
"fieldType": "IMAGE",
"fieldValue": "61a52873b2f16cf3734dad1d20f704d32ca5f1d77896847f27a1e1ee72eb626d.jpg",
"description": "Upload image"
},
{
"nodeId": "16",
"nodeName": "RH_Translator",
"fieldName": "prompt",
"fieldType": "STRING",
"fieldValue": "The items that need to be set up",
"description": "Input text"
}
]
}'{
"code": 0,
"msg": "success",
"data": {
"netWssUrl": "wss://www.runninghub.ai/ws/c_instance?c_host=10.132.241.32&c_port=80&clientId=1b864a4b16f46cb46cc5ddf9dc47dfec&workflowId=1960639703303282690&Rh-Comfy-Auth=eyJ1c2VySWQiOiI5NDIxYjM1MDI4OTFmNWY2OWQ5NjlmOWFkZDdlNDc1NyIsInNpZ25FeHBpcmUiOjE3NTcwNDIyMjI1NDEsInRzIjoxNzU2NDM3NDIyNTQxLCJzaWduIjoiODAxODQ5ZDQzYWU2NGQ4Yzg0NDUwOTU3ODU3OGI1ZjIifQ%3D%3D",
"taskId": "1961266817559904257",
"clientId": "1b864a4b16f46cb46cc5ddf9dc47dfec",
"taskStatus": "RUNNING",
"promptTips": "{\"result\": true, \"error\": null, \"outputs_to_execute\": [\"22\"], \"node_errors\": {}}"
}
}