象寄科技 www.xiangjifanyi.com
[ "string" ]
curl --location --request POST 'https://api.tosoiot.com/task/v1/image/basic-upscale/result' \ --header 'X-API-Key;' \ --header 'Content-Type: application/json' \ --data-raw '[ "string" ]'
{ "code": 0, "data": { "results": [ { "code": 0, "task_id": "string", "type": "string", "status": "string", "created_at": "string", "updated_at": "string", "image": "string" } ] } }