UFLOW
UFlow Tools API
Call 100+ online tools via API: QR, passwords, images, PDF, JSON, calculators, and more.
All 91 online tools on uflow.uz/tools are also available as a free HTTP API. No API key required (60 req/min per IP). For higher limits, mint a key in the Cloud console β 600 req/min and 25 MB file uploads unlock.
All APIs are free. Anonymous. Zero PII stored on our servers β every transform is stateless.
Base URL
https://cloud.uflow.uz/api/tool/:slugExample (curl)
POST
curl -X POST https://cloud.uflow.uz/api/tool/word-counter \
-H "Content-Type: application/json" \
-d '{"input": "Hello world. This is UFlow Tools."}'Response
{
"ok": true,
"tool": "word-counter",
"result": {
"words": 6,
"characters": 32,
"charactersNoSpaces": 27,
"lines": 1,
"readingTimeMinutes": 1
}
}GET vs POST
- GET β pass input as ?input=β¦&option=value query parameter. Good for quick tests and links.
- POST β
{"input": "β¦", "opts": {β¦}}JSON body (or top-level options). Use for any non-trivial input.
Available free tools
uuid-generatorGenerate v4 UUIDspassword-generatorStrong passwords (length/symbols)qr-generatorQR codes (returns URL)word-counterWords/chars/reading timecase-converterupper/lower/camel/snake/kebab/title/pascalslug-generatorURL-safe slugsbase64-encodeBase64 encodebase64-decodeBase64 decodeurl-encodeURL percent-encodeurl-decodeURL percent-decodereverse-textReverse a stringremove-duplicate-linesDedupe linessort-linesSort linesjson-formatterBeautify/minify JSONjson-validatorValidate JSONsha256-hashSHA-256 hashmd5-hashMD5-style hash (non-crypto)morse-codeText β morseroman-numeralsDecimal β roman numeralsbinary-converterDecimal/binary/hex/octalpercentage-calculatorPercent mathbmi-calculatorBody mass indexage-calculatorAge from birthdaytimestamp-converterUnix timestamp β datewhatsapp-linkwa.me linksrandom-number-generatorRandom integerlorem-ipsum-generatorLorem ipsum paragraphsSee QR, Text, Image & PDF, and Calculators for more.