TheDocumentation Index
Fetch the complete documentation index at: https://mintlify.com/pratyay360/searchapi/llms.txt
Use this file to discover all available pages before exploring further.
/search/paper endpoint searches academic literature via the Crossref API — not DuckDuckGo — and returns an array of DOI (Digital Object Identifier) strings. DOIs are persistent identifiers for scholarly works, including journal articles, conference papers, preprints, and books. Unlike the other search endpoints that return fully-qualified URLs, this endpoint returns bare DOI strings that you resolve yourself.
The default result limit for this endpoint is 5, defined in the underlying
searchPaper function. If you need more results, pass a higher limit value explicitly.Request
Parameters
The academic search query. Works best with descriptive terms, author names, or paper titles rather than short keywords.
Maximum number of DOIs to return. Defaults to 5 in the underlying implementation.
Response
Returns a JSON array of DOI strings on success.A DOI string identifying an academic work. Format:
{registrant-prefix}/{suffix}, for example 10.1145/3495243.3560527.Resolving DOIs
To get the full paper URL or metadata from a DOI, prependhttps://doi.org/:
Example
Response
Error response
400