import base64

Import Base64
This interface is to import by base64.
Interface Routing
POST /v2/import/base64
Interface Parameters
Request
{
    "content": "base64 content",
    "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/base64",
        "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": ""
}