API Keys
For developers who need API requests beyond the standard rate limits.
Developers have open access to Hiro's APIs without the use of an API key, but are subject to Hiro's rate limit policy. For developers who need access beyond these rate limits, we provide API keys.
If you're interested in obtaining an API key, you can generate one for free in the Hiro Platform.
Usage with cURL
The API key is passed in the header
of your HTTP API request with x-hiro-api-key
.
Usage with Node
This snippet shows how to perform a fetch
request with your API key by including it in the request headers.
The API key is passed in the header of your HTTP API request and is used only for private use, like in server-side applications.
If you use the API key in your client-side application, attackers can capture it using the client tools (E.g., browser console) and abuse your API key.
Last updated on