🛠️ Ninja Developer API ToolBox
Fast, minimal, and built for real‑world API work
📝 TEXT
GET /api/text/Slug
convert text to SlugGET /api/text/base64/encode
encode text to base64GET /api/text/base64/decode
decode base64 to textGET /api/text/hash/md5
hash text (md5)GET /api/text/hash/sha256
hash text (sha256)GET /api/text/textDiff
find diff between two text inputs📁 FILES
POST /api/files/pdf/merge
Merge pdf files to one long pdf filemultipart/form-data
POST /api/files/image/resize
Resize image filemultipart/form-data
POST /api/files/zip
Zip multiple files into a single archivemultipart/form-data
POST /api/files/image/base64
Convert image to Base64🌐 NETWORK
GET /api/network/public-ip
find my public IPGET /api/network/ping
Ping external URLGET /api/network/dns/lookup
dns Host lookupGET /api/network/dns/reverse
dns IP lookupGET /api/network/WHOIS
WHOIS (simple)🧩 UTILS
GET /api/Utils/GetGUID
generate GUIDGET /api/Utils/Password
generate random PasswordPOST /api/Utils/qrcode
make qrcode from input textmultipart/form-data