Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X POST https://api.okrapdf.com/v1/documents/doc-abc123/agents/agent_abc123/run \ -H "Authorization: Bearer $OKRA_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "input": { "prompt": "Extract key fields" } }'
Run an agent against a single document.