File Direct

Method GET

https://api.streamsb.com/api/file/direct?key=key&file_code=file_code

Parameters
key API key Example: 1l5ftrilhllgwx2bo String
file_code Example: gi4o0tlro01u String
Request
		            curl --include \
'https://api.streamsb.com/api/file/direct?key={key}&file_code={file_code}'
		        
Response
		            {
    msg: "OK",
    server_time: "2021-06-02 13:03:24",
    status: 200,
    result: {
        n: {
            url: "https://sv1.streamsb.com/tysxfnvivs66j6cdac7r3hkufr46tkdtns4xlfns3afmhnhj2v3twlcrqkda/v.mp4",
            size: "329708922"
        },
        h: {
            url: "https://sv1.streamsb.com/tysxfnvivs66j6cdac7r3hkufr46tkdtns4xlfns3yfmhnhj2v3vctsd36rq/v.mp4",
            size: "934477479"
        }
    }
}