Get all documents
Last updated
Last updated
Using /documents
endpoint you can get the details of all the PDF documents uploaded along with their docIds
.
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
GET
https://pdf.ai/api/v1/documents
To get the uploaded documents and their docIds.
Name | Type | Description |
---|---|---|
X-API-Key*
string
<API-Key>