Task Information
This interface can search the progress and file information of the conversion/compression task.
Interface Routing
GET /task/info
Interface Parameters
Request
{
    "task_id": "5MR747KL-7BC264A3FA4697B6E07D3E4FE2CA65BA"
}
Return Parameters
Result Data
Response
{
    "code": 0,
    "data": {
        "file_name": "MyVidAirVideo09282020978",
        "download_url": "https://developer-api.media.io/download/5MR747KL-7BC264A3FA4697B6E07D3E4FE2CA65BA",
        "file_path": "2020-12-29/1/tasks/b1872a421bcf4c5e9ea16463365deda5.mp4",
        "task_id": "5MR747KL-7BC264A3FA4697B6E07D3E4FE2CA65BA",
        "status": "SUCCESS",
        "error_msg": "",
        "size": 854086,
        "output_format": "MP4",
        "minutes": 6,
        "progress": 100
    },
    "msg": "",
    "request_id": "rq03d8e9efa67509a383185acf71a9e73a202012301133"
}