<aside> 📜
The advanced analytics and API access are available in Evocon Professional and Enterprise packages.
</aside>
<aside> 📜
This guide provides comprehensive instructions for using the Evocon reporting API prebuilt endpoints to pull production data from Evocon into external systems like Power BI, Excel, or custom applications for advanced analytics and tracking.
</aside>
Access to the Evocon API is controlled by API keys using Basic Authentication.
Only Company and Factory administrator users in Evocon can generate API keys.

Click the + API KEY button in the top right corner.
Assign a descriptive name to the key that explains where it will be used.
Choose the key's rights:
api.evocon.com/api/reports/... URL. It is used for connecting Evocon reporting data to tools like Excel or Power BI and provides access to all stations' data.
Click Create to generate the key.
❗ Important: Save Your Secret Key
When you create a key, you will be shown an API Key (which acts as the username) and a Secret Key (which acts as the password). The Secret Key is shown only once. You must save it in a secure location immediately, as it cannot be retrieved again.
The API uses Basic Authentication. How you provide the credentials depends on your application.
EVO123456789).SeCrEtKeY123).
Authorization header using a service like https://www.base64encode.org/
:):
API key:Secret key
(Example: EVO123456789:SeCrEtKeY123).RVZPMTIzNDU2Nzg5OlNlQ3JFdEtlWTEyMw==).Authorization: Basic RVZPMTIzNDU2Nzg5OlNlQ3JFdEtlWTEyMw==