Quickstart
- Create an OERENA account and verify its email.
- Activate your Developer Profile.
- Create a development application.
- Request Document Intelligence access from the application’s API services section.
- Wait for an active capability grant.
- Generate a development credential and copy it into a server-side secrets manager.
- Send your first request using the example below.
- Inspect the response and retain its
request_id. - 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"