API Key Information
Understanding and Obtaining Your API Key
An API key is a unique identifier that allows you to access Altum AI’s APIs securely. It’s required in the x-api-key
header for all API requests to ensure proper authentication.
How to Get Your API Key
In this API the API Key is a free key given to everyone.
API Key
: H2NzzMOieF1CyFpmQHPcT4Woynp450An3FtXbhng
Where to Use Your API Key
Include the API key in the x-api-key
header of every API request. Without a valid key, your request will not be authenticated.
Example Header:
Last updated