Image Compression
This interface can add an image compression task to the specified file.
Interface Routing
POST /task/image/compress
Interface Parameters
Request
{
    "file_id": "fb0b926eb0b926e96a4b125bb97bd011b0b926e9",
    "output_format": "jpg"
}
Return Parameters
Result Data
Response
{
    "code": 0,
    "data": {
        "task_id": "QMNTZYLK-01465B31D6A31F9CD27F460844A5DE5A"
    },
    "msg": "",
    "request_id": "rq5a9fdea9cfc1bdff88d15912a8f7272a2021171029"
}