Appearance
输入自然语言进行文献检索
POST
/v1/docs/semantic_search
输入自然语言进行文献检索
授权
Bearer
使用 Bearer 令牌认证。格式: 'Bearer YOUR_API_KEY'
类型HTTP (bearer)
请求体
application/json
JSON
{
"query": "糖尿病最新研究进展",
"topk": 5,
"return_doc_keys": [
[
"title",
"abstract",
"doi"
]
],
"auto_select": true
}
响应
文献搜索成功
application/json
文献搜索成功响应
JSON
{
"code": 0,
"data": {
"search_items": [
{
"doc": {
"title": "Lipid Accumulation Product Predicts Diabetes Remission After Bariatric Surgery in Chinese Patients with BMI < 35 kg/m: a Multicenter Cohort Study.",
"authors": [
{
"fore_name": "Xianhao",
"last_name": "Yi",
"affiliations": [
{
"name": "Department of General Surgery, The Third Xiangya Hospital, Central South University, Changsha, 410013, Hunan, China."
}
]
},
{
"fore_name": "Hua",
"last_name": "Meng",
"email": "menghuade@hotmail.com.",
"affiliations": [
{
"name": "Department of General Surgery, The China-Japan Friendship Hospital, Beijing, China."
}
]
}
],
"abstract": "PURPOSE: To evaluate whether preoperative visceral fat-related indexes, such as visceral adiposity index (VAI), lipid accumulation product (LAP), Chinese visceral adiposity index (CVAI), and metabolic score for visceral fat (METS-VF), are useful for predicting diabetes remission in Chinese patients with a BMI < 35 kg/m after bariatric surgery...",
"doi": "10.1007/s11695-022-06003-1",
"pmid": "35397038",
"pii": "10.1007/s11695-022-06003-1",
"link": "https://pubmed.ncbi.nlm.nih.gov/35397038",
"publisher": "Obesity surgery",
"publication": "Obesity surgery",
"publication_abbr": "Obes Surg",
"publication_nlm_id": "9106714",
"pub_year": 2022,
"pub_month": 6,
"article_pub_year": 2022,
"article_pub_month": 4,
"article_pub_day": 9,
"issue_pub_year": 2022,
"issue_pub_month": 6,
"language": "en",
"pub_language": "en",
"pub_source_str": "Obes Surg. 2022 Jun;32(6):1935-1943. doi: 10.1007/s11695-022-06003-1. Epub 2022 Apr 9.",
"lissn": "0960-8923"
},
"search_gateway": "pubmed∂"
}
],
"consumed_points": 20
},
"msg": ""
}