Authorization: Bearer ********************
{ "utilityToolId": 0, "presetId": 0, "options": [ { "id": 0, "itemId": 0 } ], "image": "string", "imageMask": "string", "exclusiveMode": true, "callback": "https://exmple.com/callback", "nonce": "string" }
curl --location --request POST 'https://ai.huashi6.com/aiapi/utilityTool/run' \ --header 'Content-Type: application/json' \ --data-raw '{ "utilityToolId": 0, "presetId": 0, "options": [ { "id": 0, "itemId": 0 } ], "image": "string", "imageMask": "string", "exclusiveMode": true, "callback": "https://exmple.com/callback", "nonce": "string" }'
{ "data": { "taskId": "string", "used": 0, "balance": 0, "taskLimit": 0 }, "code": 0, "msg": "string", "success": true }