v1

latestOpenAPI 3.0.02026-07-224452146.0 KB
Research

Inspect or read a paper

get/search/research/papers/{id}

Path parameters

idstring required

Paper reference: a canonical paperId or source-specific primaryId.

Query parameters

querystring

When present, returns the top matching full-text passages for this question. Omit it to inspect metadata only.

kinteger

Passage count for read mode. Only valid when query is present.

Response

Paper metadata or read-mode passages.

OR

Example response

{
  "paper": {
    "ids": {
      "arxiv": [
        "2105.05233"
      ]
    }
  }
}