A collection of HTTP utility APIs for common back-end tasks.
Lightweight utilities for common data-transformation needs.
-
Base64
Converts files to and from Base64-encoded strings.
API
-
Encryption
Encrypts and decrypts strings using a symmetric secret key.
API
-
Hashing
Generates hashes from strings and verifies plain values against stored hashes.
API
-
HTML Templates
Processes HTML templates by replacing named placeholders with supplied values.
API
-
JSON Utilities
Transforms JSON structures: flatten or unflatten nested objects, and convert between lists of objects and two-dimensional arrays.
API
-
String Utilities
Converts strings between common casing conventions (snake_case, PascalCase, camelCase, kebab-case, title case), removes diacritics, and normalizes whitespace.
API
-
Zip / Archiving
Compresses one or more files into a zip archive, with optional control over the internal folder structure.
API
Services for generating, converting and extracting data from common office and document formats.
-
PDF
Generates PDFs from HTML or images, renders pages as images, merges multiple PDFs, extracts plain text, and splits by page range.
API
-
Word
Creates Word documents from templates, extracts plain text, merges multiple documents, and converts between formats including DOCX and PDF.
API
-
Excel
Creates Excel files from structured data and reads Excel files back to JSON.
API
-
CSV
Converts structured data to CSV and parses CSV strings or files back to structured data.
API
-
Barcodes
Generates barcode images in various formats and decodes barcodes from uploaded images.
API
-
QR Codes
Generates QR code images with configurable content, color and size, and reads one or all QR codes from an image.
API
-
Drawing
Composites multiple source layers — images, text, PDFs, barcodes, or a blank canvas — into a single output image, with per-layer positioning and transforms.
API
-
Email Parsing
Parses Outlook MSG and EML email files, returning message content and optionally extracting attachments as a zip archive.
API
-
OCR / Image to Text
Extracts text from images using Tesseract OCR, with support for multiple languages.
API
Image processing and video compression for common media transformation tasks.
-
Images
Provides a full set of image operations: compositing layers onto a canvas, resizing, rotating, flipping, cropping, converting between formats, and making a background color transparent.
API
-
Video
Compresses video files with configurable frame rate and output dimensions.
API