API endpoint
You can find your project’s API endpoint in the Hypermode Console in the format ofhttps://<slug>.hypermode.app/<path>
.
API token
Hypermode protects your project’s endpoint with an API key. In your project dashboard, navigate to Settings → API Keys to find and manage your API tokens. From your app, you can call the API by passing the API token in theAuthorization
header. Here’s an example using the fetch
API in JavaScript:
Additional authorization methods are under development. If your app requires a
different protocol, reach out at
help@hypermode.com.