Scholarcy
  1. metadata
Scholarcy
  • metadata
    • Pre-configured endpoint to GET a document URL and return data as JSON
      GET
    • Pre-configured endpoint to POST a document and return summary data as JSON
      POST
    • GET a document URL and return data as JSON
      GET
    • Post a document and return summary data as JSON
      POST
    • Pre-configured endpoint to GET a document URL and return header metadata data as JSON
      GET
    • Pre-configured endpoint to POST a document and return header metadata data as JSON
      POST
  • 数据模型
    • Schemas
      • Extracted metadata
      • Document metadata
      • Canonical document identifiers
      • Funding statements
      • Funding awards
      • Captions
      • Page indexes
      • Structured content
      • Study participants
      • Study populations
      • Reported prevalence and incidence
      • Links to cited sources
  1. metadata

Pre-configured endpoint to GET a document URL and return data as JSON

开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/metadata/basic
Example: GET a PDF with curl:

请求参数

Query 参数

Header 参数

返回响应

🟢200Success
application/json
Body

请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/metadata/basic'
响应示例响应示例
{
    "filename": "string",
    "filehash": "string",
    "content_type": "string",
    "file_size": 0,
    "metadata": {
        "message": "string",
        "title": "string",
        "author": "string",
        "pages": "string",
        "date": 0,
        "full_date": "string",
        "affiliations": [
            "string"
        ],
        "journal": "string",
        "abbreviated_journal": "string",
        "volume": "string",
        "page": "string",
        "cited_by": 0,
        "identifiers": {
            "doi": "string",
            "arxiv": "string",
            "pmid": "string",
            "pmcid": "string",
            "url": "string",
            "isbn": "string",
            "doc_id": "string"
        },
        "abstract": "string",
        "keywords": [
            "string"
        ],
        "references": {},
        "source": "string",
        "emails": [
            "string"
        ],
        "type": "string",
        "references_ris": "string",
        "links": [
            "string"
        ],
        "author_conclusions": [
            "string"
        ],
        "funding": [
            {
                "award-group": [
                    {
                        "funding-source": "string",
                        "award-id": [
                            "string"
                        ]
                    }
                ],
                "funding-statement": "string"
            }
        ],
        "table_captions": [
            {
                "id": "string",
                "caption": "string"
            }
        ],
        "figure_captions": [
            {
                "id": "string",
                "caption": "string"
            }
        ],
        "tables_url": "string",
        "figure_urls": {},
        "table_urls": {},
        "word_count": "string",
        "is_oa": true,
        "oa_status": "string"
    },
    "page_indexes": {
        "start_page": 0,
        "top_statements": [
            0
        ],
        "summary": [
            0
        ],
        "claims": [
            0
        ],
        "facts": [
            0
        ],
        "contexts": [
            0
        ],
        "page_boundaries": [
            0
        ]
    },
    "sections": {},
    "structured_content": [
        {
            "heading": "string",
            "content": [
                "string"
            ]
        }
    ],
    "participants": [
        {
            "participant": "string",
            "number": 0,
            "context": "string"
        }
    ],
    "statistics": [
        {}
    ],
    "populations": [
        {
            "population": "string",
            "number": 0,
            "context": "string"
        }
    ],
    "prevalence": [
        {
            "type": "string",
            "value": "string",
            "morbidity": "string",
            "context": "string"
        }
    ],
    "study_features": {},
    "keywords": [
        {}
    ],
    "keyword_relevance": {},
    "species": [
        "string"
    ],
    "summary": [
        "string"
    ],
    "structured_summary": {},
    "reference_links": [
        {
            "id": "string",
            "alt_id": "string",
            "link_id": "string",
            "entry": "string",
            "crossref": "string",
            "scholar_url": "string",
            "arxiv_url": "string",
            "pubmed_url": "string",
            "url": "string",
            "oa_query": "string",
            "libkey": "string",
            "scite": "string",
            "lookup": "string"
        }
    ],
    "facts": [
        "string"
    ],
    "claims": [
        "string"
    ],
    "findings": [
        "string"
    ],
    "equations": [
        "string"
    ],
    "processes": [
        {}
    ],
    "key_statements": [
        "string"
    ],
    "top_statements": [
        "string"
    ],
    "headline": "string",
    "contexts": [
        {}
    ],
    "aggregated_contexts": {},
    "abbreviations": {},
    "unstructured_content": {},
    "markdown_content": {}
}
修改于 2024-05-09 05:45:46
下一页
Pre-configured endpoint to POST a document and return summary data as JSON
Built with