File Clone

Method GET

https://api.streamsb.com/api/file/clone?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/clone?key={key}&file_code={file_code}'
		        
Response
		            {
  "msg": "OK",
  "server_time": "2020-08-11 04:28:53",
  "status": 200,
  "result": {
    "filecode": "gtl2mhgw4is7",
    "url": "http://streamsb.net/gtl2mhgw4is7"
  }
}