OERENA

Documentation · Document Intelligence

Quickstart

OERENA Document Intelligence API reference and integration guidance.

Quickstart

  1. Create an OERENA account and verify its email.
  2. Activate your Developer Profile.
  3. Create a development application.
  4. Request Document Intelligence access from the application’s API services section.
  5. Wait for an active capability grant.
  6. Generate a development credential and copy it into a server-side secrets manager.
  7. Send your first request using the example below.
  8. Inspect the response and retain its request_id.
  9. When ready for live workloads, create a production application and request production access.
curl -X POST "https://api.oerena.com/v1/documents/extract" \
  -H "Authorization: Bearer YOUR_OERENA_API_KEY" \
  -F "file=@document.pdf"