GET
/
api
/
fulltext
curl --request GET \
  --url https://api.scholarai.io/api/fulltext \
  --header 'x-scholarai-api-key: <api-key>'
{
  "chunks": [
    {
      "chunk_num": 123,
      "chunk": "<string>",
      "img_mds": [
        "<string>"
      ],
      "pdf_url": "<string>"
    }
  ],
  "total_chunk_num": 123,
  "hint": "<string>"
}

Authorizations

x-scholarai-api-key
string
header
required

Query Parameters

pdf_id
string
required

id for PDF. Must begin with be one of PDF_URL:some.url.com or PROJ:some_path

chunk
integer
default:1

chunk number to retrieve, defaults to 1

Response

200 - application/json

OK

The response is of type object.