Calling via APIs
Hyperleap AI provides a powerful REST API that allows you to integrate our advanced AI capabilities into your own applications and systems. Our REST API provides simple and secure access to all of Hyperleap AI features.
Authentication
To use the Hyperleap AI REST API, you will need an API key. You can obtain an API key from your Hyperleap AI account dashboard.
All API requests must include your secret API key in the x-hl-api-key
header. Here is an example header:
x-hl-api-key: YOUR_API_KEY
If you are using prompts
Updated 8 months ago