
Validate an IBAN from a request body and get back validity plus parsed fields like country code, BBAN, and printable format.
Convert WAV files to MP3 from uploads or public URLs. Get a streamed binary download or a signed link for the converted audio.
Check whether an email belongs to an academic institution. Returns a boolean for education access, sign-up gating, and affiliation checks.
Convert Word files, base64 documents, or remote URLs to PDF. Get a binary download or a signed link for `.doc`, `.docx`, `.odt`, and `.rtf` inputs.
Extract text from a PDF by URL or file upload. Supports page ranges and region bounds, returning plain text in a single data field.
Extract plain text from .doc or .docx files by URL or upload. Returns a single text field for indexing, search, and document workflows.
Generate downloadable .ics files or signed links from event details, with reminders, recurrence, all-day events, and time zone support.
Validate BIC/SWIFT codes and extract bank, branch, country, and location codes. Useful for payment forms and banking data checks.
Convert a video URL or file into a GIF job and poll for a download URL. Adjust size, speed, duration, and start time for the clip you need.
Extract visible text from a webpage as a string or line array. Useful for crawling, search indexing, and SEO checks.
Convert a source currency into multiple target currencies with optional date-based rates. Returns pair keys with rates or false when unavailable.
Compare a source string and a target string and get a 0 to 1 similarity score. Useful for fuzzy matching, duplicate checks, and text ranking.
Compare two strings with Levenshtein distance. Send source and target, get an integer edit distance for fuzzy matching and typo checks.
Rank fuzzy matches for a search term against space-separated text. Returns matches with Levenshtein distance for lookup and typo-tolerant search.
Compare two text or code snippets and get ordered diff segments plus addition, deletion, and unchanged counts for review and change tracking.
Count working days between two dates for a country. Returns total days, weekends, holidays, and working_days for scheduling and payroll logic.
Validate up to 10 VAT numbers per request and get per-item valid results, with lookup errors flagged separately for tax and billing workflows.
Verify a VAT number and retrieve the matching company name, address, country code, and validity status for onboarding and invoicing checks.
Generate SVG badges from a label and message, with optional colors. Download the SVG or get a signed URL for READMEs, docs, and CI status.
Generate radar chart images or pre-signed links from titles, labels, and series data. Useful for score comparisons, dashboards, and reports.
Generate calendar heatmap charts from dated numeric data. Returns a chart image file or a pre-signed image URL for dashboards and reports.
Generate donut chart images from a title and labeled data. Get a binary image or a pre-signed URL for dashboards, reports, and status breakdowns.
Batch resolve domains or IPs for A, AAAA, MX, NS, TXT, CNAME, and PTR records. Get per-row status plus record data for each query.
Convert WebP images to PNG from file uploads or image URLs. Download the PNG directly or get a signed URL for the converted file.