🛠️ Ninja Developer API ToolBox

Fast, minimal, and built for real‑world API work

📝 TEXT
GET /api/text/Slug
convert text to Slug

        

GET /api/text/base64/encode
encode text to base64

        

GET /api/text/base64/decode
decode base64 to text

        

GET /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 file
multipart/form-data

POST /api/files/image/resize
Resize image file
multipart/form-data

POST /api/files/zip
Zip multiple files into a single archive
multipart/form-data

POST /api/files/image/base64
Convert image to Base64

        
🌐 NETWORK
GET /api/network/public-ip
find my public IP

        

GET /api/network/ping
Ping external URL

        

GET /api/network/dns/lookup
dns Host lookup

        

GET /api/network/dns/reverse
dns IP lookup

        

GET /api/network/WHOIS
WHOIS (simple)

        
🧩 UTILS
GET /api/Utils/GetGUID
generate GUID

        

GET /api/Utils/Password
generate random Password

        

POST /api/Utils/qrcode
make qrcode from input text
multipart/form-data

GET /api/Utils/json/pretty
make my json look nicer

        

GET /api/Utils/json/minify
make my json slim