The Decentri API utilizes API keys for authentication. To view and manage your API keys, navigate to the API Keys section within your account settings.

API keys possess significant privileges, so it is crucial to keep them secure. Avoid sharing your secret API keys in publicly accessible areas, such as GitHub or client-side code.

To authenticate with the API, include your API key in the x-api-key header of your request. All API interactions must be conducted over HTTPS, requests made over plain HTTP will not be accepted. Additionally, requests without proper authentication will be denied.