Page cover

Authentication

The HyprLab API uses API keys for authentication. Go to BOT LAB to and type /info to get your HyprLab API KEY

Remember that your API key is a secret! Do not share it with others or expose it in any client-side code (browsers, apps). Production requests must be routed through your own backend server where your API key can be securely loaded from an environment variable or key management service.

All API requests should include your API key in an Authorization HTTP header as follows:

Authorization: Bearer HYPRLAB_API_KEY

example:

Authorization: Bearer hypr-lab-********************T3BlbkFJ********************

Last updated