API Documentation
Most Utilerio tools are also available as a simple REST API. Call them from your own code — no SDK required.
Authentication
Every endpoint requires an API key sent in the X-API-Key header, scoped to the tools you enable when you create the key.
X-API-Key: YOUR_KEYCreate an API keyBase URL
https://utilerio.comRate limits
Requests are rate limited per client. If you exceed the limit you receive a 429 response; retry after a short wait.
Endpoints
Barcode & Label Tools
ZPL Viewer
POST /api/v1/zpl/renderPaste Zebra ZPL code and see the rendered label instantly.
QR Code Reader
POST /api/v1/qr-readerDecode QR codes from an uploaded image or a public image URL.
ZPL to PDFBrowser tool
Turn a ZPL label file into a print-ready PDF at 203, 300 or 600 DPI.
ZPL to PNGBrowser tool
Export a ZPL label as a PNG image you can drop into docs or tickets.
Barcode GeneratorBrowser tool
Create Code 128, Code 39, EAN, UPC-A, ITF and Codabar barcodes as PNG or SVG.
QR Code GeneratorBrowser tool
Build QR codes for text, links, email, phone numbers and Wi-Fi networks.
Developer Tools
Markdown to HTML
POST /api/v1/markdownConvert Markdown to HTML with a live preview. Expose it as an API.
SQL Formatter
POST /api/v1/sql-formatFormat and beautify SQL queries for MySQL, PostgreSQL, SQLite and more.
Text Diff Checker
POST /api/v1/diffCompare two texts side-by-side and highlight additions, deletions and changes.
JSON Formatter
POST /api/v1/tools/json-formatterPretty-print or minify JSON, with the exact position of any syntax error.
JSON Minifier
POST /api/v1/tools/json-minifierStrip whitespace from JSON to produce the smallest possible payload.
JSON Validator
POST /api/v1/tools/json-validatorCheck whether a document is valid JSON and get the line, column and reason when it is not.
Base64 Encoder / Decoder
POST /api/v1/tools/base64-encoder-decoderEncode and decode Base64 text or files, including data URLs.
URL Encoder / Decoder
POST /api/v1/tools/url-encoder-decoderPercent-encode or decode URLs and query string components.
HTML Encoder / Decoder
POST /api/v1/tools/html-encoder-decoderEncode special characters as HTML entities and decode them back.
UUID Generator
POST /api/v1/tools/uuid-generatorGenerate cryptographically random UUID v4 values in bulk.
Hash Generator
POST /api/v1/tools/hash-generatorGenerate SHA-1, SHA-256, SHA-384 and SHA-512 hashes from any text.
Unix Timestamp Converter
POST /api/v1/tools/unix-timestamp-converterConvert between Unix time and human dates in any timezone.
Number Base Converter
POST /api/v1/tools/number-base-converterConvert numbers between decimal, hexadecimal, binary and octal instantly.
JWT DecoderBrowser tool
Decode and inspect JWT header, payload and signature without a secret.
Regex TesterBrowser tool
Write and test regular expressions against sample text with live highlights.
Password GeneratorBrowser tool
Generate strong, cryptographically random passwords with custom rules.
Test Credit Card GeneratorBrowser tool
Generate Luhn-valid test card numbers with expiry and CVV for development and QA.
Color ConverterBrowser tool
Convert colors between HEX, RGB and HSL instantly with a live preview.
XML FormatterBrowser tool
Format, indent and validate XML documents in your browser.
URL ParserBrowser tool
Parse any URL into its components: protocol, host, path, query params and hash.
Cron Expression ParserBrowser tool
Translate CRON expressions into human-readable schedules with next run times.
Chmod CalculatorBrowser tool
Calculate Unix file permissions visually and get the chmod octal and symbolic notation.
JSON DiffBrowser tool
Compare two JSON objects and highlight added, removed and changed keys.
CSS MinifierBrowser tool
Remove whitespace and comments from CSS to reduce file size.
File Conversion Tools
CSV to JSON
POST /api/v1/tools/csv-to-jsonConvert a CSV file or pasted rows into a JSON array.
JSON to CSV
POST /api/v1/tools/json-to-csvFlatten a JSON array into a CSV that opens cleanly in Excel.
XML to JSON
POST /api/v1/tools/xml-to-jsonConvert XML documents to readable JSON without touching a server.
JSON to XML
POST /api/v1/tools/json-to-xmlTurn JSON into well-formed XML with a root element you choose.
E-Commerce Tools
Volumetric Weight CalculatorBrowser tool
Work out dimensional shipping weight from width, length and height.
Marketplace Profit CalculatorBrowser tool
See what is left after commission, shipping, packaging and VAT.
Business Calculators
VAT CalculatorBrowser tool
Add VAT to a net price or strip it out of a gross price.
Discount CalculatorBrowser tool
Apply one or more discounts and see the real effective rate.
Profit Margin CalculatorBrowser tool
Get profit, margin and markup from cost and selling price.
Percentage CalculatorBrowser tool
Calculate percentages, percentage change and what percent X is of Y.
Age & Date Difference CalculatorBrowser tool
Calculate exact age or the difference between two dates in years, months and days.
Temperature ConverterBrowser tool
Convert temperatures between Celsius, Fahrenheit and Kelvin instantly.
Text Tools
Slug Generator
POST /api/v1/tools/slug-generatorTurn any title into a clean, URL-friendly slug in one click.
Case Converter
POST /api/v1/tools/case-converterConvert text to camelCase, PascalCase, snake_case, kebab-case and more.
Word & Character CounterBrowser tool
Count words, characters, sentences and paragraphs in any text.
Text ReverserBrowser tool
Reverse characters, words or lines in any block of text.
Lorem Ipsum GeneratorBrowser tool
Generate placeholder text by paragraphs, sentences or words.