Back to Tool
#

Hash Generator API

Generate cryptographic hashes (MD5, SHA-1, SHA-256, SHA-512)

Endpoint

POST/api/v1/hash-generator

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
textstringYesThe text to hash
algorithmstringYesHash algorithm: md5, sha1, sha256, sha512

Response

FieldTypeDescription
successbooleanWhether the operation was successful
hashstringThe generated hash (hex string)
algorithmstringThe algorithm used

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/hash-generator \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"text": "Hello World", "algorithm": "sha256"}'

Pricing

$0.0010 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com