Get single document

Using /documents/<docId> endpoint you can get the details of the Document ID (docId) specified.

The document will have the following fields:

  • id - docId of the PDF

  • name - name of the uploaded PDF

  • size - size of the PDF in bytes

  • isPublic - boolean(true or false)

  • uploadedAt - PDF upload timestamp

  • url - URL of the PDF

  • tags - List of tags associated with the document

  • importUrl - source URL of the imported PDF if any

Document

Get single document

GET https://pdf.ai/api/v1/documents/{docId}

To get the uploaded document using its docId

Headers

Name
Type
Description

X-API-Key*

string

<API-Key>

Last updated

Was this helpful?