HYDRA Developer Toolkit

22 free developer utility endpoints on the global edge. No API key required.

22 Endpoints Cloudflare Workers ~50ms Worldwide 100% Free
https://hydra-worker.toledonick98.workers.dev

Try It — Interactive Playground


All Endpoints

Text Analysis

POST/text/analyze
Word count, reading time, Flesch score, readability
POST/text/keywords
Keyword extraction with frequency & density
POST/text/slug
URL-safe slug generation
POST/text/case
camelCase, snake_case, kebab-case, PascalCase
POST/text/strip-html
Remove HTML tags, decode entities
POST/text/diff
Line-by-line text comparison

Crypto & Encoding

POST/crypto/hash
SHA-1, SHA-256, SHA-512, MD5
POST/crypto/hash-all
All hash algorithms at once
POST/crypto/base64/encode
Base64 encode text
POST/crypto/base64/decode
Base64 decode text
GET/crypto/uuid
Generate 1-100 v4 UUIDs

JSON, Security & Validation

POST/json/validate
Validate, prettify, minify JSON
POST/json/diff
Structural JSON comparison
POST/security/password-strength
Score, entropy, feedback
POST/regex/test
Pattern testing with capture groups
POST/validate/email
Email format validation
POST/jwt/decode
Decode JWT header & payload

Utilities & Generation

POST/url/parse
URL decomposition with query params
POST/color/convert
Hex ↔ RGB ↔ HSL conversion
POST/convert/md-to-html
Markdown to HTML
GET/time/now
Current time (ISO, Unix, human)
GET/time/convert/:ts
Unix timestamp to readable
POST/generate/lorem
Lorem ipsum paragraphs
POST/generate/random-data
Fake names, emails, phones