Welcome to the EinKey API. EinKey provides cryptographically conditioned entropy generated from our Local Timing Jitter Engine through a secure HTTPS REST API.
← Back to HomepageEvery request requires an API Key.
X-API-Key: YOUR_API_KEY
https://api.einkey.com
GET /health
curl https://api.einkey.com/health
GET /v1/random/int
curl \ -H "X-API-Key: YOUR_KEY" \ "https://api.einkey.com/v1/random/int?min=1&max=100"Example Response
{
"value":42,
"min":1,
"max":100,
"source":"EinKey local timing jitter engine",
"conditioner":"SHA3-512 + SHAKE256"
}
GET /v1/random/hex
curl \ -H "X-API-Key: YOUR_KEY" \ "https://api.einkey.com/v1/random/hex?n=32"
GET /v1/random/uuid
curl \ -H "X-API-Key: YOUR_KEY" \ "https://api.einkey.com/v1/random/uuid"
| Status | Description |
|---|---|
| 200 | Success |
| 401 | Invalid API Key |
| 429 | Rate Limited |
| 500 | Internal Error |
Current production engine: