API General Requirements
Before you start using the Keyzy API, it's crucial that all your requests comply with the following general requirements. These rules are designed to ensure the security, stability, and fair use of our API.
Mandatory HTTP Headers
Header Name | Description | Example Value |
|---|---|---|
| A unique string that identifies your client application. Must not be empty. |
|
| Specifies the format of the data you are sending in | |
Why is a User-Agent Header Mandatory?
Requests with an empty User-Agent are typically made by simple scripts, scrapers, or malicious actors. By blocking these requests, we protect our API from abuse and ensure our resources are reserved for legitimate, well-behaved clients.