GET
/
api
/
add_to_project
curl --request GET \
  --url https://api.scholarai.io/api/add_to_project \
  --header 'x-scholarai-api-key: <api-key>'
[
  {
    "title": "<string>",
    "authors": [
      "<string>"
    ],
    "abstract": "<string>",
    "publication_date": "<string>",
    "cited_by_count": 123,
    "url": "<string>",
    "ss_id": "<string>",
    "doi": "<string>",
    "answer": "<string>"
  }
]

Authorizations

x-scholarai-api-key
string
header
required

Query Parameters

project_id
string

The project ID to which the items are being added. Default to 'gpt'

project_name
string

The project name to which the items are being added. Alternative to project_id

paper_id
string
required

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

OK

The response is of type object[].