ClassyDocAi
API Keys page
Overview
The API Keys page displays all the API keys you have created. API keys are essential for integrating the schema classifications feature into your app through API calls. The API key is used for authorization when interacting with the system programmatically.
To use the API key, include it in the header section of your API requests in the following format:
ApiKey: <YOUR_APIKEY>
This ensures that your request is authorized and processed correctly. You can also delete or create multiple API keys as needed.