APIReference
List your uploaded papers
List papers you have uploaded.
Authorization
ApiKeyAuth x-api-key<token>
API key for authentication. Get yours at https://sciencestack.ai/settings/api
Format: sk_live_... or sk_test_...
In: header
Query Parameters
limit?integer
Maximum results to return
Default
20Range
value <= 100offset?integer
Pagination offset
Default
0Response Body
application/json
application/json
curl -X GET "https://sciencestack.ai/api/v1/me/papers"{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"title": "string",
"status": "uploaded",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
],
"pagination": {
"offset": 0,
"limit": 0,
"hasMore": true
},
"_version": "string"
}{
"error": {
"code": "UNAUTHORIZED",
"message": "Invalid API key"
}
}Get papers that cite this paper
Get forward citations - papers in our database that cite this paper. Returns papers where this paper appears in their bibliography (matched by arXiv ID). **Note:** Only returns papers that are in our database and have been parsed. For comprehensive citation data, consider using Semantic Scholar or Google Scholar.
Get your API usage
Get your current API usage for the billing period. Returns papers accessed this month, tier limits, and when limits reset.