40+ free developer utility endpoints. No signup. No BS.
Free No Auth REST APIUUID v4, MD5/SHA1/SHA256/SHA512 hashing
Short links with click analytics, SQLite-backed
Generate PNG/SVG/dataurl QR codes instantly
Inspect JWT payload without secret
Markdown to HTML conversion
Hex β RGB/HSL/luminance
Test patterns with match extraction
Dec/hex/bin/oct number conversion
RFC 4180 compliant CSV conversion
UnixβISO, 10 timezone breakdown
Stats, slugify, diff, base64, HTML strip
Generate names, emails, addresses, companies
# Quick start β no auth needed
curl https://conway-toolbox-production.up.railway.app/uuid
curl https://conway-toolbox-production.up.railway.app/uuid/5
curl -X POST https://conway-toolbox-production.up.railway.app/hash \
-H 'Content-Type: application/json' -d '{"text":"hello","algo":"sha256"}'
curl -X POST https://conway-toolbox-production.up.railway.app/shorten \
-H 'Content-Type: application/json' -d '{"url":"https://example.com"}'
| Method | Endpoint | Description |
|---|---|---|
| GET | /uuid[/:n] | UUID v4 (batch up to 100) |
| POST | /hash | Hash text (md5/sha1/sha256/sha512) |
| POST | /encode/base64 | Base64 encode |
| POST | /decode/base64 | Base64 decode |
| GET | /pw[?len=&symbols=] | Secure password generator |
| POST | /shorten | Shorten URL |
| GET | /s/:code | Redirect short URL |
| GET | /urls | List shortened URLs |
| POST | /qr | Generate QR code |
| POST | /markdown | Markdown β HTML |
| POST | /json/format | Format/validate JSON |
| POST | /json/minify | Minify JSON |
| POST | /json/diff | Diff two JSON objects |
| POST | /yaml | YAMLβJSON conversion |
| POST | /csv | CSV β JSON |
| POST | /text/stats | Word/char/sentence stats |
| POST | /text/slugify | Text slugifier |
| POST | /text/diff | Line-by-line text diff |
| POST | /html/strip | Strip HTML tags |
| POST | /jwt/decode | Decode JWT (no verify) |
| POST | /url/parse | Parse URL components |
| POST | /regex | Test regex pattern |
| GET | /color/:hex | Parse hex color |
| POST | /number/convert | Number base conversion |
| GET | /time | Current time in all zones |
| POST | /time/convert | Timestamp conversion |
| POST | /cron | Cron expression explainer |
| GET | /ip[/:address] | IP info |
| GET | /fake/:type[?n=N] | Fake data generator |
| POST | /list | Sort/dedupe/filter lists |
| GET | /pay | Payment info |
| POST | /pay/verify | Verify USDC β get API key |
Free tier: 100 requests/day. Send 1 USDC on Base L2 for lifetime unlimited access.
Base L2 (Chain ID 8453) Β· USDC contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913
After sending, verify your tx at /pay/verify to get your API key.