{
"apiKey": "{{apiKey}}",
"taskId": "1904152026220003329"
}curl --location --request POST 'https://www.runninghub.cn/task/openapi/outputs' \
--header 'Host: www.runninghub.cn' \
--header 'Authorization: Bearer [Your API KEY]' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "请输入自己的key",
"taskId": "1904152026220003329"
}'{
"code": 0,
"msg": "success",
"data": [
{
"fileUrl": "https://rh-images.xiaoyaoyou.com/de0db6f2564c8697b07df55a77f07be9/output/ComfyUI_00033_hpgko_1742822929.png",
"fileType": "png",
"taskCostTime": "83",
"nodeId": "12",
"thirdPartyConsumeMoney": null,
"consumeMoney": null,
"consumeCoins": "17"
}
]
}