Method : POST Params :
- file : file - upload file dạng document
- url : string - đường dẫn đến file (downloadable)
- possible[] : array - mảng các title nên đưa thêm vào xem xét (anchor text/page title)
- no_title : bool - Neu la true thi chi tra ve keywords va references
Response :
{
"success" : true, //true/false
"title" : "title detect đk",
"possible" : [
{
"content" : "tieu de abc", // câu có khả năng có thể làm tiêu đề
"score" : 0.23 // điểm số, thang điểm tùy ý theo hệ thống đã có
},
{
"content" : "tieu de xyz", // câu có khả năng có thể làm tiêu đề
"score" : 0.23 // điểm số, thang điểm tùy ý theo hệ thống đã có
},
],
"keywords" : "Ames Laboratory; Physics and Astronomy; Electrical and Computer Engineering", // cach nhau dau ;
"references" : [
"Lowa State University Library, \"A Strategic Plan for the University Library, 1995–2000\" (1995).Library Reports. 4.http://lib.dr.iastate.edu/libreports/4",
"Schedule 2 of the Education (School Premises) Regulations 1999, SI 1999/2; The School Premises (England) Regulations 2012, SI 2012/1943",
]
}