---
title: ApyHub
slug: apyhub
url: https://apyhub.com/providers/apyhub
---

# ApyHub

APIs published by ApyHub on ApyHub.

## APIs

- [Validate IBAN API](https://apyhub.com/apyhub/service/validate-iban.md): Validate an IBAN from a request body and get back validity plus parsed fields like country code, BBAN, and printable format.
- [Convert WAV to MP3 API](https://apyhub.com/apyhub/service/convert-wav-to-mp3.md): Convert WAV files to MP3 from uploads or public URLs. Get a streamed binary download or a signed link for the converted audio.
- [Validate Academic Email API](https://apyhub.com/apyhub/service/check-whether-an-email-belongs-to-an-aca.md): Check whether an email belongs to an academic institution. Returns a boolean for education access, sign-up gating, and affiliation checks.
- [Convert Word to PDF API](https://apyhub.com/apyhub/service/convert-word-to-pdf.md): 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 PDF API](https://apyhub.com/apyhub/service/extract-text-from-pdf.md): 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 Text from Word API](https://apyhub.com/apyhub/service/extract-text-from-word.md): Extract plain text from .doc or .docx files by URL or upload. Returns a single text field for indexing, search, and document workflows.
- [Generate iCal API](https://apyhub.com/apyhub/service/generate-ical-event.md): Generate downloadable .ics files or signed links from event details, with reminders, recurrence, all-day events, and time zone support.
- [Validate SWIFT/BIC API](https://apyhub.com/apyhub/service/validate-swift-bic-code.md): Validate BIC/SWIFT codes and extract bank, branch, country, and location codes. Useful for payment forms and banking data checks.
- [Generate GIF from Video Job API](https://apyhub.com/apyhub/service/generate-gif-from-video.md): 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 Text from Webpage API](https://apyhub.com/apyhub/service/extract-visible-text-from-awebpage.md): Extract visible text from a webpage as a string or line array. Useful for crawling, search indexing, and SEO checks.
- [Convert Currency to Multiple Currencies API](https://apyhub.com/apyhub/service/convert-currency-to-multiple-currencies.md): Convert a source currency into multiple target currencies with optional date-based rates. Returns pair keys with rates or false when unavailable.
- [Text Similarity Search API](https://apyhub.com/apyhub/service/text-similarity-search.md): 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.
- [Text Distance Search API](https://apyhub.com/apyhub/service/text-distance-search.md): Compare two strings with Levenshtein distance. Send source and target, get an integer edit distance for fuzzy matching and typo checks.
- [Ranked Text Search API](https://apyhub.com/apyhub/service/ranked-text-search.md): Rank fuzzy matches for a search term against space-separated text. Returns matches with Levenshtein distance for lookup and typo-tolerant search.
- [Differentiate Text API](https://apyhub.com/apyhub/service/compare-text-or-code-snippets.md): Compare two text or code snippets and get ordered diff segments plus addition, deletion, and unchanged counts for review and change tracking.
- [Working Day Calculator API](https://apyhub.com/apyhub/service/count-working-days.md): Count working days between two dates for a country. Returns total days, weekends, holidays, and working_days for scheduling and payroll logic.
- [Validate EU VAT Batch API](https://apyhub.com/apyhub/service/validate-vat-batch.md): Validate up to 10 VAT numbers per request and get per-item valid results, with lookup errors flagged separately for tax and billing workflows.
- [VAT Company Lookup API](https://apyhub.com/apyhub/service/lookup-vat-company.md): Verify a VAT number and retrieve the matching company name, address, country code, and validity status for onboarding and invoicing checks.
- [Generate SVG Badge API](https://apyhub.com/apyhub/service/generate-svg-badge.md): 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 API](https://apyhub.com/apyhub/service/generate-simple-radar-chart.md): Generate radar chart images or pre-signed links from titles, labels, and series data. Useful for score comparisons, dashboards, and reports.
- [Generate HeatMap Chart API](https://apyhub.com/apyhub/service/generate-simple-heatmap-chart.md): 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 Graph API](https://apyhub.com/apyhub/service/mono-go-simple-donut-chart-generation.md): 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.
- [DNS Batch Lookup API](https://apyhub.com/apyhub/service/mono-go-dns-batch-lookup.md): 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 to PNG API](https://apyhub.com/apyhub/service/mono-go-webp-to-png-conversion.md): Convert WebP images to PNG from file uploads or image URLs. Download the PNG directly or get a signed URL for the converted file.
