Get all documents
Using /documents
endpoint you can get the details of all the PDF documents uploaded along with their docIds
.
Each document will have the following fields:
id
- docId of the PDFname
- name of the uploaded PDFsize
- size of the PDF in bytesisPublic
- boolean(true or false)uploadedAt
- PDF upload timestampurl
- URL of the PDFimportUrl
- source URL of the imported PDF if any
Documents
Get all documents
GET
https://pdf.ai/api/v1/documents
To get the uploaded documents and their docIds.
Headers
Name
Type
Description
X-API-Key*
string
<API-Key>
Last updated
Was this helpful?