Overview
Returns the content of a single page within a filing by its 1-based page number. No authentication required.
Request
Stock exchange code (e.g. NASDAQ).
Company ticker symbol (e.g. AAPL).
Filing slug, typically the SEC accession number (e.g. 0000320193-23-000106).
curl "https://api.okrapdf.com/v1/filings/NASDAQ/AAPL/0000320193-23-000106/page/1"
Response
{
"page_number": 1,
"width": 612,
"height": 792,
"content": "..."
}