cURL
curl --request GET \ --url https://discover.veritus.ai/api/v1/papers/{corpusId} \ --header 'Authorization: Bearer <token>'
{ "abstract": "<string>", "authors": "<string>", "doi": "<string>", "downloadable": true, "engine": "<string>", "fieldsOfStudy": [ "<string>" ], "id": "<string>", "impactFactor": { "citationCount": 123, "influentialCitationCount": 123, "referenceCount": 123 }, "isOpenAccess": true, "isPrePrint": true, "journalName": "<string>", "link": "<string>", "pdfLink": "<string>", "publicationType": "<string>", "publishedAt": "<string>", "score": 123, "semanticLink": "<string>", "title": "<string>", "titleLink": "<string>", "tldr": "<string>", "v_country": "<string>", "v_journal_name": "<string>", "v_publisher": "<string>", "v_quartile_ranking": "<string>", "year": 123 }
Retrieve detailed information about a specific paper
Show child attributes