Fetch the information of an already created PDF. Typically this is useful to poll until pdf.read_status == 'SUCCESS' (and not pdf.read_status == 'FAILED') before asking questions against the PDF.
Get PDF
get
Retrieve details of a PDF by its ID.
Authorizations
Path parameters
pdf-idstring ยท uuidRequired
The unique identifier of the PDF.
Responses
200
Details of the PDF.
application/json
401
Unauthorized access, invalid API key.
application/json
404
PDF not found.
application/json
get
GET /api/v1/pdf/{pdf-id} HTTP/1.1
Host: app.humata.ai
Authorization: Bearer YOUR_API_KEY
Accept: */*