API Key authentication
All API requests are authenticated using an API key. Generate one from the Orova dashboard and include it in thex-api-key header:
Create an API key
1
Sign in to the dashboard
Go to app.orova.ai and sign in.
2
Navigate to API Keys
Go to Settings → API Keys.
3
Create a key
Click Create API Key and give it a descriptive name.
4
Copy the key
Copy the key immediately — it’s only shown once.
Using the API key
Include it in every request as a header:Workspace isolation
All data is scoped to a workspace. IncludeworkspaceId as a query parameter or in the request body when needed:

