Skip to main content
POST

Request Body

string
required
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/download
integer
default:10
Maximum number of pages to return. Min: 1, Max: 100.
integer
default:0
Number of pages to skip for pagination. Min: 0.

Response

string
The document identifier.
string
The dataset this document belongs to.
string
Document name/title.
string
Original FDA URL for the document.
string
Company name (if applicable).
integer
Year of the decision/publication.
array
Array of document pages.
integer
Total number of pages in the document (for pagination).

Pagination Example

To fetch all pages of a large document:
Python

Error Codes