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 PDFname
- name of the uploaded PDFsize
- size of the PDF in bytesisPublic
- boolean(true or false)uploadedAt
- PDF upload timestampurl
- URL of the PDF
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