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