Get Document Contents
Retrieve all pages of a document by document ID
POST
Request Body
The document identifier. Get this from the
doc_id field in search results.
Examples: nda/2017/208264Orig1s000ChemR.pdf or
https://www.fda.gov/media/71756/downloadMaximum number of pages to return. Min: 1, Max: 100.
Number of pages to skip for pagination. Min: 0.
Response
The document identifier.
The dataset this document belongs to.
Document name/title.
Original FDA URL for the document.
Company name (if applicable).
Year of the decision/publication.
Array of document pages.
Total number of pages in the document (for pagination).
Pagination Example
To fetch all pages of a large document:Python
Error Codes
| Status | Description |
|---|---|
| 400 | Invalid request body |
| 401 | Missing or invalid API key |
| 404 | Document not found |
| 429 | Rate limit exceeded (50 requests/minute) |
| 500 | Internal server error |