File Info

Method GET

https://api.streamsb.com/api/file/info?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/info?key={key}&file_code={file_code}'
		        
Response file exists
		            {
  "msg": "OK",
  "server_time": "2020-08-11 04:28:53",
  "status": 200,
  "result": [
	{
		"status": 200,
		"file_code: "gi4t0tl4o01u",
		"file_last_download: "2020-06-18 16:49:02",
		"canplay: 1,
		"file_public: "0",
		"file_length: "291",
		"file_title: "file title",
		"file_views: "0",
		"file_name: "file name",
		"file_created": "2022-06-14 16:49:02",
		"file_adult": "0"
	}
  ]
}
		        
Response file not found or processing
		            {
  "msg": "OK",
  "server_time": "2020-08-11 04:28:53",
  "status": 200,
  "result": [
		{
      "status": 404,
      "filecode": "gi4t0tl4o01u"
    }
  ]
}