Endpoints
Add papers to project
Accept a PDF url or multipart form-data containing a file, and add it to the user’s project in the database. If no project is specified, add it to a project named “GPT”
GET
/
api
/
add_to_project
Query Parameters
The project ID to which the items are being added. Default to 'gpt'
The project name to which the items are being added. Alternative to project_id
Identifier of the paper to add, must be of the format <identifier_type>:<identifier_value>. Identifier type can be one of DOI, PMID, SS_ID, ARXIV, MAG, ACL, or PMCID.
Response
200 - application/json
The abstract of this paper. Agentic endpoints may not have this entry.
Semantic Scholar ID
Digital Object Identifier
Answer to the user query based on the information from this paper. Only available if generative_mode is set to true.