interface - import by url

Import Url
This interface is to import by url.
Interface Routing
POST /v2/import/url
Interface Parameters
Request
{
    "url": "https://www.youtube.com/watch?v=aIigad1n-L0",
    "file_name": "test.mp4"
}
Return Parameters
Result Data
Response
{
    "code": 0,
    "data": {
        "id": "qk1sx7lg-ax60-br6e-cidf-82r1bdopajf8",
        "status": "waiting",
        "message": "waiting for file upload",
        "operation": "import/url",
        "created_at": "2021-04-27 09:27:14",
        "wsid": "18083031",
        "links": [
            "http://48046449-1266070635367705.test.functioncompute.com/v2/tasks/qk1sx7lg-ax60-br6e-cidf-82r1bdopajf8"
        ]
    },
    "msg": ""
}