https://api.streamsb.com/api/file/clone?key=key&file_code=file_code
key | API key Example: 1l5ftrilhllgwx2bo |
String
|
file_code | Example: gi4o0tlro01u |
String
|
curl --include \
'https://api.streamsb.com/api/file/clone?key={key}&file_code={file_code}'
{
"msg": "OK",
"server_time": "2020-08-11 04:28:53",
"status": 200,
"result": {
"filecode": "gtl2mhgw4is7",
"url": "http://streamsb.net/gtl2mhgw4is7"
}
}