Toolbrix
OpenAPI v3.0 Specification

Public REST API Documentation

Every tool on Toolbrix exposes a programmatically accessible REST endpoint.

Base Endpoint Format

POST /api/v1/tools/:slugView openapi.json ↗

Rate limit for anonymous IP requests: 30 req/min. Pass Authorization: Bearer YOUR_API_KEY for higher rate limits.

Available Endpoints (126)

POST/api/v1/tools/character-counter
text

Count characters, words, lines, paragraphs, and estimated reading time in real-time.

POST/api/v1/tools/case-converter
text

Convert text between UPPERCASE, lowercase, Title Case, camelCase, snake_case, and kebab-case.

POST/api/v1/tools/diff-checker
text

Compare two text files or code blocks to spot additions, deletions, and line changes.

POST/api/v1/tools/word-frequency-counter
text

Analyze word occurrence frequencies and percentage densities in any document.

POST/api/v1/tools/text-cleaner-whitespace-remover
text

Strip extra spaces, trailing spaces, tabs, and blank lines from raw text.

POST/api/v1/tools/duplicate-line-remover
text

Deduplicate list entries and text blocks while preserving original line order.

POST/api/v1/tools/password-generator
security

Generate high-entropy, customizable passwords using Web Crypto API random values.

POST/api/v1/tools/hash-generator
security

Compute cryptographic message digests using SHA-1, SHA-256, SHA-512, and MD5 algorithms.

POST/api/v1/tools/jwt-decoder
security

Decode and view JSON Web Token headers, payload claims, and expiration timestamps.

POST/api/v1/tools/bcrypt-generator-checker
security

Generate bcrypt password hashes and verify raw string matches against existing hashes.

POST/api/v1/tools/password-strength-checker
security

Analyze password entropy, character diversity, and estimated brute-force crack time.

POST/api/v1/tools/aes-text-encryptor-decryptor
security

Encrypt and decrypt text messages using AES-GCM 256-bit encryption and secret passphrases.

POST/api/v1/tools/json-formatter-validator
programming

Beautify, minify, validate, and inspect JSON payloads with line error reporting.

POST/api/v1/tools/sql-formatter
programming

Format and indent SQL queries for PostgreSQL, MySQL, SQLite, and SQL Server.

POST/api/v1/tools/cron-expression-parser
programming

Translate standard 5-part cron expressions into plain human readable schedules.

POST/api/v1/tools/regex-tester
programming

Test and debug JavaScript regular expressions against target text strings with group captures.

POST/api/v1/tools/html-formatter-minify
html

Clean, beautify, indent, or compress raw HTML markup.

POST/api/v1/tools/css-minifier-formatter
html

Compress CSS stylesheets or format selector declarations with clean indentation.

POST/api/v1/tools/js-minifier-formatter
html

Compress JavaScript scripts or reformat obfuscated code into readable structures.

POST/api/v1/tools/markdown-previewer
html

Write Markdown with real-time sanitized HTML preview and one-click code export.

POST/api/v1/tools/base64-encoder-decoder
convert

Encode plain text or UTF-8 strings into Base64 format or decode Base64 back to text.

POST/api/v1/tools/url-encoder-decoder
convert

Encode special characters into URL percent-encoded format or decode percent strings.

POST/api/v1/tools/hex-binary-converter
convert

Convert text to Hexadecimal, Binary, Octal, or ASCII character codes.

POST/api/v1/tools/unit-converter
convert

Convert values between length, area, mass, speed, and digital data storage units.

POST/api/v1/tools/color-converter
convert

Convert colors between HEX, RGB, HSL, HSV, CMYK, and modern OKLCH CSS values.

POST/api/v1/tools/unix-timestamp-converter
time

Convert epoch Unix timestamps (seconds & milliseconds) to human-readable date strings.

POST/api/v1/tools/timezone-converter
time

Compare times across major global timezones (UTC, EST, PST, GMT, CET, JST).

POST/api/v1/tools/stopwatch-timer
time

Millisecond-accurate web stopwatch with lap time logging.

POST/api/v1/tools/pomodoro-timer
time

Customizable 25-minute Pomodoro focus timer with short and long break intervals.

POST/api/v1/tools/meeting-timezone-planner
time

Compare working hours across multiple global timezones to identify optimal meeting slots.

POST/api/v1/tools/color-picker
design

Pick colors from your screen with native EyeDropper API and generate harmonious color palettes.

POST/api/v1/tools/image-resizer-compressor
design

Resize dimensions and compress JPG/PNG/WEBP files entirely in browser Canvas.

POST/api/v1/tools/png-transparent-background
design

Remove solid white or solid color backgrounds from PNG/JPG graphics client-side.

POST/api/v1/tools/favicon-generator
design

Generate 16x16, 32x32, 48x48, 180x180, and 512x512 app favicons from any square image.

POST/api/v1/tools/css-gradient-generator
design

Design multi-stop linear and radial CSS gradients with instant CSS code export.

POST/api/v1/tools/css-box-shadow-generator
design

Interactive box shadow generator with offset, blur, spread, color, and inset controls.

POST/api/v1/tools/css-clamp-calculator
design

Calculate fluid responsive typography `clamp(min, preferred, max)` viewport formulas.

POST/api/v1/tools/flexbox-generator
design

Interactive CSS flexbox container layout builder (flex-direction, justify-content, align-items).

POST/api/v1/tools/svg-to-base64-converter
design

Convert SVG markup code into HTML `<img src="data:image/svg+xml;base64,...">` Data URIs.

POST/api/v1/tools/my-ip
network

Inspect your public IPv4/IPv6 address, browser user-agent header, and request metadata.

POST/api/v1/tools/whois-lookup
network

Query domain registration details, creation dates, registrar info, and name servers.

POST/api/v1/tools/dns-lookup
network

Query domain DNS records including A, AAAA, MX mail servers, TXT records, and CNAME aliases.

POST/api/v1/tools/ip-geolocation
network

Find approximate geographic city, country, postal code, ASN, and ISP details for any IP.

POST/api/v1/tools/cidr-calculator
network

Calculate IP subnet mask, network address, broadcast address, and host IP ranges.

POST/api/v1/tools/http-status-code-lookup
network

Search HTTP response status codes (1xx, 2xx, 3xx, 4xx, 5xx) with RFC specifications.

POST/api/v1/tools/user-agent-parser
network

Parse browser name, engine, operating system, and device type from User-Agent strings.

POST/api/v1/tools/mime-type-lookup
network

Lookup Content-Type MIME headers for file extensions (.json, .png, .pdf, .wasm).

POST/api/v1/tools/ogp-previewer
seo

Preview social sharing cards for Twitter/X, Facebook, LinkedIn, and Discord.

POST/api/v1/tools/meta-heading-extractor
seo

Analyze title tags, meta descriptions, canonical URLs, and H1-H6 heading structure.

POST/api/v1/tools/link-image-extractor
seo

Extract all internal/external URLs, anchor text, and image source attributes from any webpage.

POST/api/v1/tools/core-web-vitals-checker
seo

Analyze target webpage Largest Contentful Paint (LCP), Cumulative Layout Shift (CLS), and First Input Delay (FID/INP).

POST/api/v1/tools/keyword-density-checker
seo

Calculate targeted keyword density percentage and occurrence frequency for specific phrases in raw copy.

POST/api/v1/tools/random-picker
random

Randomly pick winners from list items or divide names into balanced teams.

POST/api/v1/tools/ascii-art-generator
random

Convert text strings into retro ASCII art banners for code comments and README headers.

POST/api/v1/tools/meme-generator
random

Upload custom images and add top/bottom Impact meme caption text overlays.

POST/api/v1/tools/pdf-merger-splitter
pdf

Combine multiple PDF files into one or extract page ranges without server uploads.

POST/api/v1/tools/image-to-pdf-converter
pdf

Convert PNG, JPG, and WEBP image files into PDF documents client-side.

POST/api/v1/tools/pdf-to-image-converter
pdf

Rasterize PDF pages into high-resolution PNG image graphics.

POST/api/v1/tools/percentage-calculator
calculators

Calculate percentages, percentage increases, decreases, and relative fractions.

POST/api/v1/tools/age-calculator
calculators

Calculate exact age in years, months, days, hours, and minutes from birthdate.

POST/api/v1/tools/date-difference-calculator
calculators

Calculate the total days, business days, weeks, and months between two dates.

POST/api/v1/tools/bmi-calculator
calculators

Calculate Body Mass Index (BMI) and health category according to WHO metrics.

POST/api/v1/tools/discount-calculator
calculators

Calculate final sale prices, total savings, and sales tax amounts.

POST/api/v1/tools/tip-calculator
calculators

Calculate restaurant gratuity percentages and split bills per person.

POST/api/v1/tools/loan-emi-calculator
calculators

Calculate monthly loan EMI installments, total interest, and loan amortization.

POST/api/v1/tools/aspect-ratio-calculator
calculators

Calculate image and video aspect ratios (16:9, 4:3, 1:1, 21:9) and missing dimensions.

POST/api/v1/tools/sales-tax-vat-calculator
calculators

Calculate gross price, net price, and VAT / Sales Tax amounts (inclusive or exclusive).

POST/api/v1/tools/interest-calculator
calculators

Calculate compound interest growth, annual compounding schedules, and total returns.

POST/api/v1/tools/invoice-generator
calculators

Fill out itemized invoice forms and download formatted PDF invoices locally.

POST/api/v1/tools/currency-converter
calculators

Convert between USD, EUR, GBP, JPY, CAD, and 150+ global fiat currencies with cached rates.

POST/api/v1/tools/uuid-generator
generators

Generate cryptographically random UUID v4, v1, and ULID strings in bulk.

POST/api/v1/tools/lorem-ipsum-generator
generators

Generate custom paragraphs, sentences, words, or HTML lists of classic Lorem Ipsum text.

POST/api/v1/tools/qr-code-generator
generators

Generate custom QR code graphics for URLs, WiFi credentials, plain text, and contact info.

POST/api/v1/tools/slug-generator
generators

Transform article titles and strings into SEO-friendly, clean URL slugs.

POST/api/v1/tools/random-number-generator
generators

Generate random numbers within custom minimum/maximum ranges or decimal distributions.

POST/api/v1/tools/mock-json-generator
generators

Generate dummy JSON arrays containing fake names, emails, IDs, and dates for API testing.

POST/api/v1/tools/gitignore-generator
generators

Generate `.gitignore` files for Node.js, Python, Go, React, Next.js, and Java projects.

POST/api/v1/tools/robots-txt-generator
generators

Create custom `robots.txt` web crawler rule files with sitemap paths.

POST/api/v1/tools/meta-tag-generator
generators

Generate HTML `<meta>` tags for titles, descriptions, viewport, and Open Graph social cards.

POST/api/v1/tools/readme-generator
generators

Generate structured GitHub `README.md` project documentation files with badges.

POST/api/v1/tools/htaccess-generator
generators

Generate Apache `.htaccess` web server rules for HTTPS redirect, Gzip compression, and 301 redirects.

POST/api/v1/tools/sitemap-xml-generator
generators

Generate valid Google Search Console `sitemap.xml` files from a list of site URLs.

POST/api/v1/tools/og-image-generator
generators

Design 1200x630 social preview OG card graphics for Twitter, LinkedIn, and Facebook.

POST/api/v1/tools/contrast-checker
accessibility

Calculate text/background color contrast ratios according to WCAG 2.1 AA and AAA standards.

POST/api/v1/tools/colorblindness-simulator
accessibility

Simulate Protanopia, Deuteranopia, Tritanopia, and Achromatopsia vision for design palettes.

POST/api/v1/tools/csv-to-json
data-formats

Convert CSV spreadsheets and tabular comma-separated text into structured JSON arrays.

POST/api/v1/tools/json-to-csv
data-formats

Convert JSON arrays and nested object collections into downloadable CSV spreadsheets.

POST/api/v1/tools/json-to-yaml-converter
data-formats

Convert back and forth between JSON data payloads and human-readable YAML configurations.

POST/api/v1/tools/xml-json-converter
data-formats

Transform XML markup trees into structured JSON objects and vice versa.

POST/api/v1/tools/markdown-table-generator
data-formats

Build GitHub Flavored Markdown (GFM) tables with custom alignment and column controls.

POST/api/v1/tools/image-to-text-ocr
image-ocr

Extract typed text, printed documents, and scanned text from images using optical character recognition.

POST/api/v1/tools/image-to-base64-converter
image-ocr

Convert PNG, JPG, WEBP, GIF, and SVG images into Base64 Data URI strings.

POST/api/v1/tools/audio-trimmer
audio-video

Trim start and end timestamps from MP3, WAV, and AAC audio files without server uploads.

POST/api/v1/tools/video-to-gif-converter
audio-video

Convert MP4, WEBM, and MOV video clips into animated GIF graphics in your browser.

POST/api/v1/tools/video-trimmer
audio-video

Cut start and end time segments from MP4, WEBM, and MOV video files locally.

POST/api/v1/tools/twitter-x-character-counter
social-media

Count characters with 280-char limit weighting rules and auto-split long posts into numbered tweet threads.

POST/api/v1/tools/instagram-hashtag-generator
social-media

Generate niche high-engagement hashtag groups for Instagram reels, posts, and TikTok videos.

POST/api/v1/tools/social-media-image-size-cheatsheet
social-media

Dimensions & aspect ratios for X, Instagram, LinkedIn, YouTube, Facebook, and TikTok banners.

POST/api/v1/tools/privacy-policy-generator
legal-generators

Generate custom GDPR & CCPA compliant privacy policy text for websites and apps.

POST/api/v1/tools/terms-conditions-generator
legal-generators

Create custom Terms of Service and Terms & Conditions agreement documents.

POST/api/v1/tools/disclaimer-generator
legal-generators

Generate limitation of liability and legal disclaimers for finance, health, and software tools.

POST/api/v1/tools/cookie-policy-generator
legal-generators

Create cookie usage disclosure policies for EU ePrivacy & GDPR compliance.

POST/api/v1/tools/scientific-calculator
math-education

In-browser scientific calculator with sin, cos, tan, log, square roots, and exponentiation.

POST/api/v1/tools/statistics-calculator
math-education

Calculate mean, median, mode, standard deviation, variance, and range from dataset numbers.

POST/api/v1/tools/prime-number-checker
math-education

Test integer primality and generate prime factor decompositions for large numbers.

POST/api/v1/tools/quadratic-equation-solver
math-education

Solve second-degree polynomial equations and compute real or complex roots.

POST/api/v1/tools/fibonacci-generator
math-education

Generate Fibonacci number series up to N terms and compute golden ratio approximations.

POST/api/v1/tools/gpa-calculator
math-education

Calculate cumulative high school or college GPA based on course grades and credit hours.

POST/api/v1/tools/typing-speed-test
math-education

Measure your typing speed in Words Per Minute (WPM) and character accuracy percentage.

POST/api/v1/tools/reading-speed-test
math-education

Calculate reading speed in Words Per Minute (WPM) and estimated book reading time.

POST/api/v1/tools/barcode-generator
generators

Generate barcode graphics for UPC-A, EAN-13, Code 128, and Code 39 product formats.

POST/api/v1/tools/isbn-validator
generators

Validate ISBN-10 and ISBN-13 book identification numbers and calculate checksum digits.

POST/api/v1/tools/credit-card-luhn-validator
generators

Validate payment card number structure using MOD 10 Luhn checksum algorithm.

POST/api/v1/tools/viewport-resolution-tester
browser-testing

Inspect real-time browser window dimensions, screen resolution, device pixel ratio, and orientation.

POST/api/v1/tools/local-storage-inspector
browser-testing

Inspect and view key-value pairs stored in your browser for the current domain.

POST/api/v1/tools/browser-device-detector
browser-testing

Detect browser engine, operating system, touch screen capability, and hardware concurrency.

POST/api/v1/tools/cookie-viewer
browser-testing

Inspect document.cookie keys and values set for the current website domain.

POST/api/v1/tools/text-to-speech
accessibility

Convert written text into natural spoken speech using Web Speech API SpeechSynthesis voices.

POST/api/v1/tools/speech-to-text
accessibility

Transcribe spoken microphone voice audio into written text using Web Speech API SpeechRecognition.

POST/api/v1/tools/business-name-generator
generators

Generate creative brand and company names from keyword prefixes and industry suffixes.

POST/api/v1/tools/username-generator
generators

Generate unique, creative usernames for Discord, GitHub, Twitch, and Twitter.

POST/api/v1/tools/domain-name-idea-generator
generators

Generate creative domain name ideas with .com, .io, .dev, and .app TLD extensions.

POST/api/v1/tools/iban-validator
calculators

Validate IBAN format, country code structure, and MOD-97 checksum compliance.

POST/api/v1/tools/vat-number-validator
calculators

Validate European Union and United Kingdom VAT registration number formats and checksum rules.

POST/api/v1/tools/email-syntax-validator
programming

Validate email address syntax against RFC 5322 specifications, TLD rules, and disposable domain detection.

POST/api/v1/tools/phone-number-formatter
text

Parse, validate, and format phone numbers into E.164, national, and international standards.