Understand the feature set of ScholarAI and see how the different utilities connect
SS_ID
inside of ScholarAI correspond to Semantic Scholar’s paperId
field
generative_mode
for directly asking questions to the searched content.projects
, which are storage spaces for related agentic work and documents. For the sake of this API, these projects can collect papers and then allow mass RAG query over the uploaded data.
The projects are additionally
paper_id
. This is an abstracted way to identify a paper by DOI, it’s URL, it’s identifier inside of a project, etc. A paper_id
will always begin with something akin to DOI:...
, PROJ:...
, SSID:...
. Every endpoint, whether searching or scanning a project, uses a given paper_id
to find relevant metadata which can then extend into other functions.
For example, when you search for papers, we will try to create a PDF_URL:...
paper_id for every paper returned by the query. A PDF_URL:...
can then be fed into a project endpoint or RAG endpoint for further extraction.