Conway Toolbox

40+ free developer utility endpoints. No signup. No BS.

Free No Auth REST API

Open Web UI β†’ View Endpoints

πŸ”‘ UUID & Hashing

UUID v4, MD5/SHA1/SHA256/SHA512 hashing

πŸ”— URL Shortener

Short links with click analytics, SQLite-backed

πŸ“¦ QR Codes

Generate PNG/SVG/dataurl QR codes instantly

πŸ” JWT Decoder

Inspect JWT payload without secret

πŸ“ Markdown

Markdown to HTML conversion

🎨 Color Parser

Hex β†’ RGB/HSL/luminance

⚑ Regex Tester

Test patterns with match extraction

πŸ”„ Base Converter

Dec/hex/bin/oct number conversion

πŸ“Š CSVβ†’JSON

RFC 4180 compliant CSV conversion

πŸ• Time Utils

Unix↔ISO, 10 timezone breakdown

πŸ”€ Text Tools

Stats, slugify, diff, base64, HTML strip

πŸ‘€ Fake Data

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"}'

Endpoints

MethodEndpointDescription
GET/uuid[/:n]UUID v4 (batch up to 100)
POST/hashHash text (md5/sha1/sha256/sha512)
POST/encode/base64Base64 encode
POST/decode/base64Base64 decode
GET/pw[?len=&symbols=]Secure password generator
POST/shortenShorten URL
GET/s/:codeRedirect short URL
GET/urlsList shortened URLs
POST/qrGenerate QR code
POST/markdownMarkdown β†’ HTML
POST/json/formatFormat/validate JSON
POST/json/minifyMinify JSON
POST/json/diffDiff two JSON objects
POST/yamlYAML↔JSON conversion
POST/csvCSV β†’ JSON
POST/text/statsWord/char/sentence stats
POST/text/slugifyText slugifier
POST/text/diffLine-by-line text diff
POST/html/stripStrip HTML tags
POST/jwt/decodeDecode JWT (no verify)
POST/url/parseParse URL components
POST/regexTest regex pattern
GET/color/:hexParse hex color
POST/number/convertNumber base conversion
GET/timeCurrent time in all zones
POST/time/convertTimestamp conversion
POST/cronCron expression explainer
GET/ip[/:address]IP info
GET/fake/:type[?n=N]Fake data generator
POST/listSort/dedupe/filter lists
GET/payPayment info
POST/pay/verifyVerify USDC β†’ get API key

Unlimited Access β€” 1 USDC

Free tier: 100 requests/day. Send 1 USDC on Base L2 for lifetime unlimited access.

0xbde0df9a634e0Ee4C1AD10f3Bcdec5D171E4100c

Base L2 (Chain ID 8453) Β· USDC contract: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913


After sending, verify your tx at /pay/verify to get your API key.