Introduction

Integrate with Hyper through our API, or with official bindings for Python and Node.js.


You can interact with the Hyper API through HTTP requests from any programming language. The base URL is:

https://api/gethyper.ai

For those looking for a more streamlined integration, we offer official bindings for Python and Node.js.

Installing the Hyper API Bindings

For Python Users

To install the official Python bindings for the Hyper API, run the following command in your terminal:

# Coming soon
pip install gethyper

For Node.js Users

To integrate the Hyper API into your Node.js project, use the following command to install our official Node.js library:

# Coming soon
npm install gethyper