curl https://api.okrapdf.com/v1/documents/doc-abc123/full.json \ -H "Authorization: Bearer okra_YOUR_KEY"
Retrieve the entire document content as structured JSON.
doc-abc123
{ "content": "{ ... full document JSON ... }" }