How to GET Pdf
Retrieve details of a PDF by its ID.
Authorizations
AuthorizationstringRequired
API key provided as a Bearer token in the Authorization header.
Path parameters
pdf-idstring · uuidRequired
The unique identifier of the PDF.
Responses
200
Details of the PDF.
application/json
idstringOptionalExample:
9294544b-2b6a-4c93-976c-d1910b8c1423namestringOptionalExample:
example.pdforganization_idstringOptionalExample:
fcf6c954-ba68-4e39-a7b5-960dc8274ec0created_atstring · date-timeOptionalExample:
2024-12-05T20:18:53.289618+00:00updated_atstring · date-timeOptionalExample:
2024-12-05T20:18:55.584786+00:00number_of_pagesinteger · nullableOptional
folder_idstringOptionalExample:
6c702c82-bb8a-4274-8cb6-074e0bf78084read_statusstringOptionalExample:
SUCCESScreated_bystringOptionalExample:
07f5bfc7-72c9-40b7-8151-dcfc2f9613dcfrom_urlstring · nullableOptional
file_typestringOptionalExample:
PDF401
Unauthorized access, invalid API key.
application/json
404
PDF not found.
application/json
get
/v1/pdf/{pdf-id}Last updated