Skip to main content
1

Mint a key

In the Originalis app, go to Integrations → API Keys and create a key. Choose Read-only for pure integrations or Read & write if you’ll invoke analysis actions.The secret (ak_...) is shown once — store it in your secret manager. Keys can be given an expiry and revoked at any time.
2

Make a read call

Responses are plain JSON. List and detail reads state their scope (whose data you’re seeing) and carry as_of:
3

Run your first action

With a write-scoped key, submit a company for full analysis:
You get a 202 with a status_url — see Actions for the full polling/streaming story.
The full endpoint catalog with request/response schemas and runnable examples lives in the API Reference tab — it is generated from the live service, so it always matches what’s deployed.