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