Skip to main content

Inspect or Read Paper

1 min read
get/search/research/papers/{id}
Request example
Response
get/search/research/papers/{id}

Inspect paper metadata by id, or add a query parameter to read the most relevant full-text passages for a question.

Accepted ids include canonical paperId values and source-specific primaryId values (e.g. arxiv:1706.03762).

For a workflow overview, see the Research Index guide.

Authorization

Authorizationstringheaderrequired#
Bearer authentication header of the form Bearer <token>, where <token> is your API key.

Path parameters

idstringrequired#
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.

Length: min 1

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

Default: 4

Range: 1–50

Responses

application/json
Paper metadata or read-mode passages.