Authentication
Authenticate requests to the Plextera Public API with an API key issued for your client integration.
Get an API key
API keys are managed in Plextera account settings.
Open account settings
Sign in to Plextera, open your user or workspace menu, and select Account settings.
If you do not see the API tab or cannot copy a key, ask a workspace administrator or your Plextera account team to enable API access.
API key header
Pass your API key in the Authorization header using the api-key prefix:
For example:
The header value must include the api-key prefix followed by a space and the key. Sending the key alone without the prefix will result in a 401.
Request context
Each API key gives access to one Plextera workspace. You do not pass a workspace identifier in requests.
Usage guidelines
- Use one API key per integration (e.g., one key per environment: staging, production).
- The same key is valid across all API surfaces: Files, Document Insights, Workflows, and Event Subscriptions.
- Store keys in environment variables or a secrets manager. Do not commit them to source control.
Key rotation
To rotate a key, issue a new one and update your integration before deactivating the old key. There is no grace period once a key is deactivated.
Next steps
- API Reference - full authenticated endpoint reference
- Event Subscriptions - configure webhook push notifications