How to obtain and use API keys for authentication
API keys allow you to access Hyperleap AI’s AI features programmatically. With a single key, you can run prompts, create conversations, and use personas directly in your applications—making it simple to add powerful AI capabilities to your products.
You can obtain your API key from Studio by following these steps:
Go to API Console
Go to Manage > API Keys
Create API Key
Configure the label and click on the “Create” button.
Copy API Key
Click on the Continue button to create the key. Make sure to copy your API key and store it in a safe place. You won’t be able to see it again.
To authenticate API requests, include your API key in the x-hl-api-key
header:
Example request using cURL:
How to obtain and use API keys for authentication
API keys allow you to access Hyperleap AI’s AI features programmatically. With a single key, you can run prompts, create conversations, and use personas directly in your applications—making it simple to add powerful AI capabilities to your products.
You can obtain your API key from Studio by following these steps:
Go to API Console
Go to Manage > API Keys
Create API Key
Configure the label and click on the “Create” button.
Copy API Key
Click on the Continue button to create the key. Make sure to copy your API key and store it in a safe place. You won’t be able to see it again.
To authenticate API requests, include your API key in the x-hl-api-key
header:
Example request using cURL: