Endpoints
Read the Full text of a paper
Retrieves the full text of an article by its pdf_url. May use a cached entry or read from other data sources before trying PDF parsing. :param pdf_url: the url of the pdf :param chunk: the chunk number to retrieve :return: the chunk of the full text requested with the page number and total number of pages
GET
/
api
/
fulltext
Query Parameters
pdf_id
string
requiredid for PDF. Must begin with be one of PDF_URL:some.url.com
or PROJ:some_path
chunk
integer
default: 1chunk number to retrieve, defaults to 1
Response
200 - application/json
chunks
object[]
total_chunk_num
integer
hint
string