Exports
Verify Pages
Page-level verification status and actions.
GET
Documentation Index
Fetch the complete documentation index at: https://docs.okrapdf.com/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Page-level verification provides a vendor-agnostic view of extraction quality. Every page derives its status from child node statuses:- verified — all nodes on the page are verified
- needs_review — at least one node needs review or is pending
- failed — at least one node has failed verification
- clean — no extractable content on the page
Get Verification Summary
Document ID (e.g.
doc-abc123) or 6-char short hash.Single page number for detail view. Returns node-level issues.
Filter pages by status:
verified, needs_review, failed, clean.Filter pages with min confidence below this threshold (0–1).
Response
Page Detail (single page)
When?page=N is provided, returns node-level issues:
Approve or Flag Pages
Request Body
approve or flag.Explicit page numbers to act on.
Filter-based targeting (alternative to
pages).Required when action is
flag. Recorded in audit trail.Actor identifier. Defaults to
api. Use cli, mcp_agent, or a user ID.