
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.
Extract title, links, images, tables, headings, sections, and page metadata from a webpage URL. Useful for crawlers, content pipelines, and search indexing.
Extract URLs from a website’s sitemaps, with optional sitemap metadata and async job polling. Useful for SEO audits, crawl seeds, and site inventory.
Check whether a domain is available, taken, or indeterminate. Validate candidate names for signup flows, registrars, and domain search tools.
Scan a webpage URL and get link statuses, redirect chains, response times, and a summary of broken links for audits and QA.
Pixelize faces from uploaded images or image URLs. Returns a processed URL or a no-faces message for privacy-safe redaction.
Get ISO 639-1 languages with code, English name, and native name. Useful for language pickers, localisation, and code-to-name lookups.
Get public holidays by country and year, plus the supported country list. Use it for business-day logic, scheduling, and holiday calendars.
Generate Open Graph PNGs from JSON with title, subtitle, description, and brand colors. Use a file or signed URL in social preview workflows.
Convert MP3 files or public MP3 URLs to AAC. Returns a binary file or a signed download URI for media workflows.
Compare a source word against candidate strings using Metaphone or Soundex. Returns matching words with shared phonetic codes for deduping and search.
Ranks candidate strings against a source string and returns matches with Levenshtein distance. Useful for typo correction, deduplication, and closest-match lookup.
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.