GET
/v1/generateSHA-512 Generator
Generate SHA-512 hashes from text.
Part of SHA-512 Generator· Rate limits: 60 req/min
Parameters
textquerystringrequiredInput text to hash
X-SEEKER-KeyheaderstringrequiredYour API Seeker key
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| text | query | string | Yes | Input text to hash |
| X-SEEKER-Key | header | string | Yes | Your API Seeker key |
Code examples
cURL
curl -s "https://sha512gen.apiseeker.com/v1/generate" \
-H "X-SEEKER-Key: YOUR_API_KEY"Response
JSON
{
"success": true,
"data": {
"input": "hello",
"algorithm": "SHA-512",
"hash": "9b71d224bd62f3785d96d46ad3ea3d73319bfbc2890caadae2dff72519673ca72323c3d99ba5c11d7c7acc6e14b8c5da0c4663475c2e5c3adef46f73bcdec043"
},
"request_id": "req_example"
}Errors
- 400 — Invalid or missing parameters
- 401 — Missing or invalid API key
- 429 — Rate limit exceeded
Try this endpoint
API Playground
SHA-512 Generator
Live testing requires an account. Log in or create an API key to send requests. Docs and snippets stay available without login.
GET
sha512gen.apiseeker.comhttps://sha512gen.apiseeker.com/v1/generateStatus: —Latency: —
Response headers
Log in to run a test and see headers.
Response body
Log in required for live testing.
Generated snippets
cURL
curl -s "https://sha512gen.apiseeker.com/v1/generate" \
-H "X-SEEKER-Key: YOUR_API_KEY"