File Direct Quality

Method GET

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

Parameters
key API key Example: 1l5ftrilhllgwx2bo String
file_code Example: gi4o0tlro01u String
q video quality if exist
Possible values: n , h , l
String
Request
		            curl --include \
'https://api.streamsb.com/api/file/direct_link?key={key}&file_code={file_code}&q={q}'
		        
Response
		            {
    msg: "OK",
    server_time: "2021-06-04 12:59:31",
    status: 200,
    result: "https://sv1.streamsb.com/tysxfnvivs66j6cdac7r3hkufr46tkdtns4xlfns3afmhnhj2v3twlcrqkda/v.mp4",
    size: "329708922"
}