286 Services from api.24klabs.ai
Prices European call/put options (fair value + Greeks) using Black-Scholes, with optional implied volatility solve from a market price.
$0.005/messageParses a 5/6-field cron expression or @macro into a plain-English summary, per-field breakdown, and the next N scheduled run times from a given base time and UTC offset.
$0.002/messagePerforms CIDR math for IPv4/IPv6 addresses: computes network, broadcast, netmask, wildcard, prefix, usable host range and count, supports mask-to-prefix conversion, optional contains check, and subnet splitting.
$0.002/messageValidates and decodes financial identifiers: IBAN checksum and country/BBAN, US ABA routing numbers, SWIFT/BIC format, and credit/debit card numbers via Luhn check with network detection.
$0.002/messageParses a cron expression and returns the next scheduled run times along with a human-readable description of the schedule.
$0.002/messageConverts a text address or place name into geographic coordinates (latitude and longitude)
$0.003/messageConverts a natural language question into a SQL query using AI
$0.02/messageRotate and/or flip an image, returning the transformed result as a base64-encoded PNG/JPEG/WEBP/etc.
$0.003/messageFills a PDF form with provided field values and returns the completed PDF as a base64-encoded string along with a list of filled field names.
$0.006/messageValidates a cryptocurrency address for correctness, checksum validity, and chain type (e.g. EVM)
$0.003/messagePerforms an AI-powered security audit of code, identifying vulnerabilities with CVSS scores and detailed findings, paid per-request with USDC on Base L2.
$1/messageConverts an Annual Percentage Rate (APR) to Annual Percentage Yield (APY) and computes projected future value given a principal amount.
$0.002/messageReturns current AQI, PM2.5, PM10, and ozone levels for any US or European latitude/longitude coordinate via Open-Meteo air quality data.
$0.003/messageConverts between APR (nominal) and APY (effective) for any compounding frequency, and optionally projects yield on a principal over a time horizon.
$0.002/messageEncode or decode strings across base64, base64url, hex, and URL/percent-encoding formats.
$0.001/messageComputes European call/put fair value and Greeks (delta, gamma, theta, vega, rho) from spot, strike, days-to-expiry, rate, and volatility; optionally solves for implied volatility given a market price.
$0.005/messageCalculates bond price or yield-to-maturity, current yield, Macaulay duration, modified duration, and convexity from coupon rate, face value, maturity, and coupon frequency.
$0.004/messageComputes clean bond price, yield-to-maturity, current yield, Macaulay duration, modified duration, and convexity from coupon rate, face value, maturity date, and coupon frequency.
$0.004/messageAdd or subtract business days to/from a date, or count working days between two dates, with weekend and custom holiday awareness.
$0.002/messageAdd or subtract business days to/from a date, or count working days between two dates, with weekend and custom holiday awareness.
$0.002/messageComputes CAGR, total return, annualized volatility, Sharpe ratio, and maximum drawdown from a value series or start/end/years inputs
$0.003/messageComputes CAGR, total return, annualized volatility, Sharpe ratio, and maximum drawdown from a value series or start/end/years inputs.
$0.003/messageConverts text strings between multiple case formats including upper, lower, title, sentence, snake_case, camelCase, kebab-case, and CONSTANT_CASE.
$0.001/messageConverts a color between hex, RGB, HSL, HSV, and CMYK formats, and optionally computes the WCAG 2.1 contrast ratio and AA/AAA accessibility compliance against a second color.
$0.002/messageConverts a color between hex, RGB, HSL, HSV, and CMYK formats, and optionally computes the WCAG 2.1 contrast ratio and AA/AAA accessibility pass/fail against a second color.
$0.002/messageConverts a git diff into a structured Conventional Commits message with type, scope, subject, and body.
$0.008/messageProjects the future value of a lump-sum investment plus recurring contributions over time, returning a balance growth curve, total contributed, and total interest earned.
$0.002/messageCalculates the future value of a lump sum investment plus recurring contributions over time, returning a balance growth curve, total contributed, and total interest earned.
$0.002/messageConverts a plain-English schedule description into a valid cron expression.
$0.006/messageValidates and checksums EVM (EIP-55), Bitcoin (base58check and bech32), and Solana addresses, detecting chain type and flagging checksum errors before a transfer.
$0.003/messageRemoves duplicate rows from CSV text by all columns or a specified subset of key columns, returning cleaned CSV and a removal report.
$0.003/messageRemoves duplicate rows from CSV text by all columns or a specified subset of key columns, returning cleaned CSV and a removal report.
$0.003/messageComputes column-level statistics for a CSV file including inferred type, null count, distinct count, min/max/mean for numeric columns, and sample values.
$0.005/messageProfiles a CSV file and returns column-level statistics including inferred type, count, null count, distinct count, min/max/mean for numeric columns, and sample values.
$0.005/messageReturns current temperature, wind speed, humidity, and weather conditions for any geographic coordinate pair, powered by Open-Meteo (no API key required).
$0.003/messageValidates and lints JSON, YAML, CSV, or XML input, returning a valid flag, the first error location (line/column), and a normalized re-serialized copy when valid.
$0.002/messageValidates and lints JSON, YAML, CSV, or XML input, returning a validity flag, error location (line/column), and a normalized re-serialized copy when valid.
$0.002/messageComputes the difference between two dates/times in days, hours, minutes, and business days.
$0.001/messagePerforms date/time arithmetic: diff two datetimes, add/subtract intervals, convert between epoch and ISO-8601, and reformat via strftime patterns.
$0.002/messagePerforms date/time arithmetic, diff, epoch-to-ISO conversion, and strftime reformatting in a single API call.
$0.002/messageSimulates month-by-month debt payoff using snowball (smallest balance first) or avalanche (highest APR first) strategies, returning months-to-debt-free, total interest paid, and interest saved versus paying minimums.
$0.003/messageSimulates month-by-month debt payoff using snowball or avalanche strategy, returning months to debt-free, total interest paid, and interest saved versus paying minimums.
$0.003/messageComputes descriptive statistics (mean/median/mode, stddev/variance, quartiles/percentiles, z-scores, IQR), flags outliers, and optionally computes Pearson correlation and linear regression against a second data series.
$0.003/messageComputes descriptive statistics (mean, median, mode, stddev, variance, quartiles, percentiles, z-scores, IQR), detects outliers, and optionally runs Pearson correlation and linear regression against a second data series.
$0.003/messageResolves A, AAAA, MX, TXT, NS, and CNAME DNS records for a domain using DNS-over-HTTPS via Google.
$0.002/messageExtracts the dominant color palette from an image, returning hex color codes with their coverage percentages.
$0.004/messageExtracts the dominant color palette from an image and returns hex color codes with their coverage percentages.
$0.004/messageValidates an email address for RFC-5322 syntax correctness and flags it as disposable, role-account, or from a free email provider.
$0.002/messageEncodes or decodes a string using base64, base64url, base32, hex, URL/percent-encoding, HTML entities, or data-URIs in a single API call.
$0.001/messageEncodes or decodes a string using base64, base64url, base32, hex, URL/percent-encoding, HTML entities, or data-URIs in a single API call.
$0.001/messageConverts amounts between Ethereum denominations (wei, kwei, mwei, gwei, szabo, finney, ether) using exact integer/decimal arithmetic with no floating-point errors.
$0.002/messageConverts amounts between Ethereum denominations (wei, kwei, mwei, gwei, szabo, finney, ether) using exact integer/decimal arithmetic with no floating-point errors.
$0.002/messageConverts between wei, gwei, and ether (or arbitrary-decimal ERC20 token amounts) with big-integer precision, and optionally computes USD value from a caller-supplied price.
$0.001/messageConverts Ethereum denominations (wei, gwei, ether) or arbitrary-decimal ERC20 token amounts with big-integer precision, and optionally computes USD value from a caller-supplied price.
$0.001/messageComputes the keccak256 hash and 4-byte function selector of a Solidity signature string, and optionally ABI-decodes raw hex calldata given an ordered list of static Solidity types.
$0.002/messageComputes the keccak256 hash and 4-byte function selector of a Solidity signature string, and optionally ABI-decodes raw hex calldata given an ordered list of static Solidity types.
$0.002/messageExplains what a given code snippet does using an AI model, returning a plain-language description
$0.05/messageExtracts and deduplicates emails, URLs, IPv4 addresses, @mentions, and #hashtags from free text, returning each entity type with occurrence counts.
$0.002/messageExtracts and deduplicates emails, URLs, IPv4 addresses, @mentions, and #hashtags from free text, returning each entity type with occurrence counts.
$0.002/messageComputes liquidity, leverage, profitability, and efficiency ratios from supplied financial statement line items
$0.003/messageComputes liquidity, leverage, profitability, and efficiency ratios from supplied financial statement line items
$0.003/messageComputes MD5, SHA-1, SHA-256, or SHA-512 hash (or HMAC variant with a secret key) of a string, returning both hex and base64 encodings.
$0.001/messageComputes MD5, SHA-1, SHA-256, or SHA-512 hash (plain or HMAC with a key) of a string, returning both hex and base64 encodings.
$0.001/messageConverts a supplied HTML string to clean Markdown by stripping scripts, styles, and navigation while preserving semantic content elements.
$0.002/messageConverts a supplied HTML string to clean Markdown by stripping noise (scripts, styles, nav) and preserving semantic structure like headings, bold, italic, links, lists, code, and blockquotes.
$0.002/messageValidates and decodes IBAN checksums (country + BBAN), US ABA routing numbers, SWIFT/BIC codes, and credit/debit card numbers (Luhn check + network detection), with auto-detection of input type.
$0.002/messageValidates IBAN numbers using ISO 13616 mod-97 algorithm with per-country length rules, and validates SWIFT/BIC structure while extracting country and bank code details.
$0.002/messageValidates IBAN numbers using ISO 13616 mod-97 algorithm with per-country length rules, and validates SWIFT/BIC codes with country and bank-code extraction.
$0.002/messageGenerates a valid RFC 5545 VCALENDAR (.ics) file from a list or CSV of events, supporting all-day and timed events, recurrence rules, locations, and display alarms.
$0.003/messageGenerates a valid RFC 5545 VCALENDAR (.ics) file from a list of events or a CSV, supporting all-day and timed events, RRULE recurrence, location, and display alarms.
$0.003/messageExtracts and transcribes all text from an image URL, preserving the original layout where possible.
$0.01/messageCalculates impermanent loss percentage and hold-vs-LP value comparison for a 50/50 liquidity pool given the price ratio change of the volatile asset, optionally netting fees earned.
$0.003/messageCalculates impermanent loss percentage and hold-vs-LP value comparison for a 50/50 liquidity pool given the price ratio of the volatile asset, optionally netting fees earned.
$0.003/messageInfers a JSON Schema (draft 2020-12) from one or more sample JSON documents, detecting types, nested structures, arrays, and required fields.
$0.004/messageClassifies an IPv4 or IPv6 address returning version, public/private/loopback/link-local flags, integer and hex representations, reverse-DNS pointer, and optional CIDR membership test.
$0.002/messageClassifies an IPv4 or IPv6 address, returning version, public/private/loopback/link-local flags, integer and hex representations, reverse-DNS pointer, and optional CIDR membership test.
$0.002/messageClassifies an IPv4 or IPv6 address: reports version, scope (private/loopback/global), and reverse DNS pointer.
$0.001/messagePerforms CIDR math for IPv4/IPv6 addresses: computes network, broadcast, netmask, wildcard, prefix, usable host range and count, and optionally checks if an IP is contained in a subnet or splits a subnet.
$0.002/messageReturns country, city, region, ISP/org, latitude, and longitude for a given IPv4 or IPv6 address using the ipwho.is data source, with no API key required.
$0.003/messageRepairs malformed or truncated JSON (trailing commas, unquoted keys, cut-off LLM output) into valid, parseable JSON.
$0.008/messageFixes malformed or truncated JSON (trailing commas, unquoted keys, cut-off LLM output) into valid, parseable JSON.
$0.008/messageValidates a JSON instance against a JSON Schema (draft 7 / 2020-12 subset) and returns a valid flag with per-field error codes and JSONPath locations.
$0.002/messageComputes a structural diff between two JSON documents, returning added/removed/changed paths in JSONPath-style patch format plus an equality flag.
$0.004/messageComputes a structural diff of two JSON documents, returning added, removed, and changed paths in JSONPath-style patch format plus an equality flag.
$0.004/messageConverts a source string between JSON and YAML formats, supporting config files, Helm values, Kubernetes manifests, and CI workflow files.
$0.002/messageConverts a source string between JSON and YAML formats, supporting config files, Helm values, Kubernetes manifests, and CI workflows.
$0.002/messageDecodes a JWT token's header and payload without verifying the signature, and flags whether the token is expired.
$0.001/messageDecodes a JWT token's header and payload without verifying the signature, and flags whether the token is expired.
$0.001/messageExtracts top-N single tokens and two-word phrases by frequency from text, with stopword removal and normalized weights.
$0.002/messageCalculates the liquidation price for a long or short leveraged perpetual futures position given entry price, leverage, and maintenance margin rate, and returns the distance to liquidation.
$0.003/messageGenerates a full amortization table from loan principal, APR, and term, including monthly payment, per-period principal/interest split, running balance, total interest, and payoff date.
$0.003/messageGenerates a full amortization schedule from loan principal, APR, and term, including monthly payment, per-period principal/interest breakdown, running balance, total interest, and payoff date.
$0.003/messageGenerates deterministic fake test data rows from a field-to-type schema and a seed value, returning reproducible fixtures in JSON, CSV, or NDJSON format.
$0.003/messageGenerates deterministic, reproducible fake test data rows (names, emails, phones, addresses, dates, ints, bools) from a field-type spec and seed, in JSON, CSV, or NDJSON format.
$0.003/messageComputes MD5, SHA-1, SHA-256, SHA-512, SHA3-256, and CRC32 digests of a text string or hex bytes in a single API call, returning hex-encoded hashes and byte length.
$0.002/messageComputes MD5, SHA1, SHA256, SHA512, SHA3-256, and CRC32 digests of text or hex bytes in a single API call, returning hex strings and byte length for each algorithm.
$0.002/messageConverts a plain-English question or request into a SQL query, optionally using a provided schema for accurate table joins.
$0.02/messageComputes net present value (NPV), internal rate of return (IRR), payback period, and profitability index for a cashflow array at a specified discount rate.
$0.004/messageComputes net present value (NPV), internal rate of return (IRR), payback period, and profitability index for a cashflow array at a specified discount rate.
$0.004/messageConverts a numeric value into its English word representation in cardinal, ordinal, or currency (dollars and cents) form for use in checks, invoices, and documents.
$0.002/messageConverts a numeric value into its English word representation in cardinal, ordinal, or currency (dollars and cents) form for use in checks, invoices, and documents.
$0.002/messageFills AcroForm text field values in a base64-encoded PDF and returns the completed PDF as base64, reporting which fields were set.
$0.006/messageParses a phone number to E.164 format, extracts its country calling code and region, and validates its length against the E.164 standard.
$0.002/messageParses a phone number into E.164 format, extracts the country calling code and region, and validates the number's length against the E.164 standard.
$0.002/messageConverts text to/from NATO phonetic alphabet, Morse code, binary, or Grade-1 Braille in either direction
$0.001/messageDeterministically mask emails, phone numbers, credit-card-like numbers, IPv4 addresses, and US SSNs in text using regex, returning redacted text and per-type match counts.
$0.002/messageDeterministically masks emails, phone numbers, credit card numbers, IPv4 addresses, and US SSNs in text, returning redacted text and per-type match counts.
$0.002/messageRegex-based redaction of PII (emails, phone numbers, SSNs, credit card numbers, IP addresses) from text, returning sanitized text and per-type redaction counts.
$0.002/messageComputes optimal bet or position sizes using full or fractional Kelly criterion from win probability, payoff ratio, and bankroll, plus fixed fractional sizing from stop distance and account risk percentage.
$0.003/messageCalculates optimal bet/trade size using full or fractional Kelly Criterion from win probability and payoff ratio, or fixed fractional sizing from stop distance and account risk percentage.
$0.003/messageGenerates a QR code as a PNG base64 string from text, URL, WiFi credentials, or vCard data with configurable size and error-correction level.
$0.003/messageGenerates a QR code as a PNG base64 image from text, URL, WiFi credentials, or vCard data with configurable size and error-correction level.
$0.003/messageTakes a regular expression and returns a plain-English, token-by-token explanation of what it matches.
$0.006/messageTakes a regular expression and returns a plain-English, token-by-token explanation of what it matches.
$0.006/messageGenerates a regular expression from a plain-English description, along with a short explanation of how it works.
$0.008/messageGenerates a regular expression from a plain-English description, along with a short explanation of how the pattern works.
$0.008/messageTests a regular expression against input text and returns all matches, capture groups, named groups, and character span positions.
$0.002/messageCalculates retirement corpus size, years-to-financial-independence, and safe withdrawal rate given current savings, contributions, expected return, inflation, and target annual spend.
$0.004/messageCalculates retirement corpus, years-to-financial-independence, and safe withdrawal amounts based on savings, contributions, return rate, inflation, and target spend.
$0.004/messageFetches a remote RSS or Atom feed URL and returns its items as a clean, structured JSON list.
$0.003/messageAdd tax to a net amount or extract tax from a gross amount using a supplied rate or a built-in table of US state (with avg local) and worldwide VAT/GST rates.
$0.003/messagePerforms an AI-powered security audit of source code, identifying vulnerabilities with CVSS scores and detailed explanations
$1/messageParse, compare, range-test, and bump semantic versions (major/minor/patch) with support for caret, tilde, and comparison range operators.
$0.001/messageParses, compares, validates, and bumps semantic version strings, including range testing with operators like ^, ~, >=, and <.
$0.001/messageComputes a 64-bit SimHash fingerprint for text content, or compares two texts returning Hamming distance and a 0–1 similarity score for near-duplicate detection.
$0.002/messageComputes a 64-bit SimHash fingerprint for text content, or compares two texts returning Hamming distance and a 0–1 similarity score for near-duplicate detection.
$0.002/messageConverts any input text into a clean, URL-safe slug — ASCII characters, lowercased, and hyphen-separated.
$0.001/messageValidates a social media post against platform-specific limits for X/Twitter, LinkedIn, Instagram, or Bluesky, returning weighted character count, hashtag/mention/link caps, over-limit flag, and a truncation preview.
$0.003/messageValidates a social media post against platform-specific limits for X/Twitter, LinkedIn, Instagram, or Bluesky, returning weighted character count, hashtag/mention/link caps, over-limit flag, and truncation preview.
$0.003/messageExtracts specified fields from unstructured text and returns them as a structured JSON object matching the requested shape or field list.
$0.01/messageExtracts specified fields from unstructured text and returns them as a structured JSON object matching a requested schema or field list.
$0.01/messageFetches a web page via SSRF-safe request and returns a concise AI-generated summary with key points using Claude.
$0.01/messageFetches a web page via SSRF-safe retrieval and returns a concise AI-generated summary and key points using Claude.
$0.01/messageConverts tabular data between CSV, TSV, JSON (array of objects), and NDJSON/JSONL formats using RFC 4180 compliant parsing.
$0.002/messageAnalyzes text and returns word/sentence/syllable counts, reading time, and multiple readability grade-level scores (Flesch, Flesch-Kincaid, Gunning Fog, SMOG, ARI, Coleman-Liau) in a single call.
$0.002/messageAnalyzes a text passage to return word/sentence/syllable counts, reading time, and six standard readability grade-level scores in a single call.
$0.002/messageConverts between Unix epoch timestamps (seconds or milliseconds) and ISO-8601 datetime strings, and reports the weekday and UTC offset.
$0.001/messageCalculates market cap, fully-diluted valuation (FDV), circulating ratio, and implied dilution from token price, circulating supply, and max/total supply.
$0.002/messageRewrites a given text in a specified tone (formal, friendly, concise, persuasive, etc.) while preserving original meaning.
$0.007/messageCalculates realized profit/loss, ROI percentage, and break-even price for a trading position given entry/exit prices, size, side, leverage, and fee rates.
$0.003/messageCalculates realized PnL, ROI percentage, and break-even price for a trading position given entry/exit prices, size, side, leverage, and fee rates.
$0.003/messageApplies NFC/NFD/NFKC/NFKD Unicode normalization to a string and returns per-codepoint metadata (name, category, script), flagging mixed-script and potential homoglyph attacks.
$0.001/messageApply NFC/NFD/NFKC/NFKD Unicode normalization to a string and return per-codepoint metadata (name, category, script) while flagging mixed-script and potential homoglyph strings.
$0.001/messageFetches a URL, strips boilerplate content, and returns word count, character count, and estimated reading time.
$0.002/messageParses a User-Agent string into structured fields: browser name/version, rendering engine, operating system, device class, and bot/AI-crawler flag (GPTBot, ClaudeBot, PerplexityBot).
$0.002/messageGenerate or batch-generate UUID v4/v5/v7, ULID, or NanoID identifiers, or parse and validate an existing ID to extract its embedded timestamp.
$0.001/messageGenerate UUID v4/v5/v7, ULID, or NanoID identifiers (single or batch), or parse/validate an existing ID and extract its embedded timestamp.
$0.001/messageComputes the WCAG 2.1 contrast ratio between two colors and reports AA/AAA pass/fail status for normal and large text.
$0.002/messageComputes the WCAG 2.1 contrast ratio between a foreground and background color and reports AA/AAA pass/fail for normal and large text.
$0.002/messageReturns daily high/low temperatures, precipitation, and weather conditions for the next N days at any latitude/longitude coordinate using Open-Meteo data.
$0.004/messageBidirectionally converts between XML and JSON strings, with attributes prefixed by @, text nodes as #text, and repeated tags collapsed into arrays.
$0.003/messageClassifies a given text into one of the caller-supplied labels, returning the predicted label and confidence score.
$0.006/messageParses CSV or TSV (RFC 4180) text into a JSON array of row objects or arrays.
$0.002/messageValidates an email address for RFC-5322 syntax and flags it as disposable, role-account, or free-provider
$0.002/messageAccepts a code snippet and returns a plain-English explanation of what the code does, powered by Claude AI, billed per request in USDC on Base L2.
$0.05/messageResizes an image (supplied as base64 or URL) to target width/height using contain, cover, or stretch fit modes.
$0.003/messageExtract one or more specific values from a JSON blob using dot-notation or bracket-path expressions (e.g. items[2].name, meta.total).
$0.001/messageValidates a JSON instance against a JSON Schema (draft 7 / 2020-12 subset) and returns a valid flag with per-field errors including codes and JSONPath locations.
$0.002/messageRedacts PII from text using regex patterns, masking emails, phone numbers, SSNs, credit card numbers, and IP addresses, and returns the cleaned text with per-type match counts.
$0.002/messageClassifies arbitrary text into one of caller-supplied labels and returns a confidence score for the assigned category.
$0.006/messageCalculates the liquidation price and distance-to-liquidation for a long or short leveraged perpetual futures position given entry price, leverage, and maintenance margin rate.
$0.003/messageConverts text to any of eight common casing formats including upper, lower, title, sentence, snake_case, camelCase, kebab-case, and CONSTANT_CASE.
$0.001/messageReviews submitted source code for bugs, security vulnerabilities, and quality issues using Claude AI, returning structured findings per request
$0.4/messageConverts a monetary amount between two currencies using the latest ECB (European Central Bank) reference rate via the Frankfurter API, with no API key required.
$0.003/messageAnalyzes code snippets using Claude AI to diagnose bugs, explain errors, and suggest fixes, billed per request in USDC on Base L2.
$0.2/messageAnalyzes code to identify bugs, explain errors, and suggest fixes using Claude AI, paid per-request in USDC on Base L2
$0.2/messageRe-encodes an image as JPEG or WEBP at a specified target quality level to reduce its file size.
$0.004/messageReturns format, dimensions, mode, aspect ratio, transparency flag, and byte size for a given image.
$0.002/messageReturns format, dimensions, color mode, aspect ratio, transparency flag, and byte size for a given image.
$0.002/messageExtracts and transcribes all text from a given image URL, preserving the original layout where possible.
$0.01/messageFetches and parses an RSS or Atom feed URL into a clean, structured JSON list of feed items.
$0.003/messageParses a User-Agent string into structured fields: browser, version, rendering engine, OS, device class, and flags for known bots and AI crawlers (GPTBot, ClaudeBot, PerplexityBot).
$0.002/messageGenerates a conventional Git commit message from code diff or description input
$0.008/messageFetches a URL and returns its clean, readable text content stripped of HTML and boilerplate
$0.005/messageExtracts structured entities (URLs, emails, and mentions) from freeform text, returning categorized lists in a single call.
$0.002/messageConverts an image file between PNG, JPEG, WEBP, GIF, and BMP formats
$0.003/messagePerforms AI-powered security and quality review of source code, identifying issues like SQL injection and other vulnerabilities, billed per request in USDC on Base L2
$0.4/messageExtracts structured information (titles, decisions, action items) from document text using Claude AI, paid per-request in USDC on Base L2
$0.05/messageSummarizes content into concise bullet points using Claude AI, paid per-request with USDC on Base L2
$0.05/messageCompresses an image to reduce file size while preserving visual quality, returning the compressed image bytes.
$0.004/messageGenerates automation scripts (e.g. Python, Bash) from a description or code input, powered by Claude Sonnet, billed per request in USDC on Base L2
$0.35/messageGeolocates an IP address and returns country-level location data
$0.003/messageSummarizes a support or chat session transcript using Claude AI, returning a concise text summary and token usage metadata.
$0.05/messageConverts a Markdown string into rendered HTML, returning the full HTML markup as a string.
$0.002/messageCalculates sales tax or VAT for a given net amount, returning the tax amount, gross total, and applicable rate percentage.
$0.003/messageInfers a JSON Schema from a sample JSON blob, returning a structured schema definition that describes the shape and required fields of the input.
$0.004/messageConverts a natural language description of a schedule into a valid cron expression string.
$0.006/messageReturns current US/European AQI, PM2.5, PM10, and ozone levels for any latitude/longitude coordinate via Open-Meteo air quality data.
$0.003/messageGenerates a ready-to-run automation script from a code snippet or description, using Claude AI, paid per-request in USDC on Base L2
$0.35/messageEncodes or decodes a string across base64, base64url, hex, and URL/percent encoding formats.
$0.001/messageApplies a Gaussian blur at a specified radius to an image, suitable for redaction backdrops and privacy masking.
$0.003/messageApplies a Gaussian blur at a specified radius to an image, suitable for redaction backdrops and privacy masking.
$0.003/messageValidates a number against the Luhn checksum algorithm and identifies the payment card brand (Visa, Mastercard, Amex, etc.).
$0.001/messageValidates a number string against the Luhn checksum algorithm and identifies the associated payment card brand (e.g. Visa, Mastercard, Amex).
$0.001/messageSummarizes provided text or code content into concise bullet points using Claude AI, charged per-request in USDC on Base L2
$0.05/messageCrops an image to a specified rectangular bounding box defined by left, top, right, and bottom pixel coordinates.
$0.002/messageCrops an image to a specified rectangular bounding box defined by left, top, right, and bottom pixel coordinates.
$0.002/messageReturns current price, 24-hour change, and market cap for one or more cryptocurrencies by CoinGecko coin ID.
$0.003/messageParses a CSV or TSV (RFC 4180) string into a JSON array of row objects or arrays.
$0.002/messageConverts a monetary amount between two currencies using the latest ECB (European Central Bank) reference rate via the Frankfurter API, with no API key required.
$0.003/messageReturns current temperature, wind speed, humidity, and weather conditions for any latitude/longitude coordinate using Open-Meteo (no API key required).
$0.003/messageComputes the difference between two dates/times in days, hours, minutes, and business days.
$0.001/messageExtracts structured entities (emails, URLs, IPs, phone numbers, hashtags, mentions, money amounts, dates) from raw text using regex-based pattern matching.
$0.002/messageExplains any concept in simple, plain language that a beginner can understand (Explain Like I'm 5)
$0.006/messageFetches a given web page and extracts all email addresses and phone numbers found in its content.
$0.003/messageFetches a web page by URL and returns all absolute hyperlinks found on it, with optional filtering to external links only.
$0.003/messageFetches a web page by URL and returns all absolute hyperlinks found on it, with optional filtering to external links only.
$0.003/messageConverts a place name into latitude, longitude, country, and population using Open-Meteo geocoding.
$0.003/messageCorrects grammar, spelling, and punctuation in text while preserving the author's original voice and meaning.
$0.006/messageCorrects grammar, spelling, and punctuation in text while preserving the author's original voice and meaning.
$0.006/messageSearch Hacker News stories and comments by query, sorted by relevance or date using the Algolia HN search index.
$0.002/messageSearches Hacker News stories and comments by query, returning results sorted by relevance or date using the Algolia HN search index.
$0.002/messageConverts an image from one format to another, supporting PNG, JPEG, WEBP, GIF, and BMP.
$0.003/messageClassifies an IPv4 or IPv6 address: detects version, scope (private/loopback/global), and computes the reverse DNS pointer (PTR record format).
$0.001/messageConverts a date into its ISO 8601 week-date components (year, week number, weekday), ordinal day-of-year, quarter, and days remaining in the year.
$0.001/messageConverts a date into ISO 8601 week-date components (year, week number, weekday), plus ordinal day-of-year, quarter, and days remaining in the year.
$0.001/messagePretty-print, minify, or sort keys of a JSON string while reporting validity and size delta
$0.001/messageExtracts one or more values from a JSON blob using dot/bracket path notation (e.g. items[2].name, meta.total)
$0.001/messageFlattens a JSON array of objects into a CSV file with a header row derived from object keys.
$0.002/messageFlattens a JSON array of objects into a CSV string with a header row.
$0.002/messageExtracts and ranks key topics, entities, and tags from a block of text
$0.006/messageExtracts key topics, named entities, and tags from text, returning them as a ranked list.
$0.006/messageExtracts the top-N single tokens and two-word phrases by frequency from text, with stopword removal and normalized weights.
$0.002/messageEstimates token count for a given text using heuristic (character- and word-based) methods and projects approximate input costs across LLM models for budget planning.
$0.002/messageEstimates token count for a text string using heuristic (character- and word-based) methods, then projects per-model input costs for LLM budgeting.
$0.002/messageGenerates placeholder lorem ipsum text by specifying paragraphs, sentences, or words count.
$0.001/messageConverts Markdown text to sanitized HTML without external libraries, supporting headings, bold/italic, links, inline code, fenced code blocks, blockquotes, and ordered/unordered lists.
$0.002/messageGenerates a Model Context Protocol (MCP) blueprint/architecture document for a given codebase or service description using AI
$1.5/messageReturns a calendar month as a grid of week rows (Monday or Sunday start), along with the weekday of the 1st, total day count, and leap year status.
$0.001/messageReturns a month as a structured grid of week rows (Monday or Sunday start), plus the weekday of the 1st, total day count, and leap year flag.
$0.001/messageScores a password by length, character classes, and estimated entropy (bits) to gauge its strength.
$0.001/messageScores a password by analyzing its length, character classes, and estimated entropy in bits to produce a strength rating.
$0.001/messageComputes percent-of, percent-change, tip amount, and 'X is what percent of Y' calculations in a single endpoint.
$0.001/messagePerforms percentage computations including percent-of, percent-change, tip calculation, and X-is-what-percent-of-Y in a single endpoint.
$0.001/messageGenerates a solid-color placeholder image with optional centered text, requiring no input image.
$0.002/messageGenerates a solid-color placeholder image with optional centered text, requiring no input image.
$0.002/messageTests a regular expression pattern against input text and returns full match details including capture groups, named groups, and span positions.
$0.002/messageConverts integers (1–3999) to Roman numeral strings and Roman numeral strings back to integers, with strict input validation.
$0.001/messageConverts integers (1–3999) to Roman numerals and Roman numerals back to integers, with strict validation of both formats.
$0.001/messageRotate an image by a specified number of degrees and/or flip it horizontally or vertically.
$0.002/messageRotates an image by a specified number of degrees and/or flips it horizontally or vertically.
$0.002/messageRotates a base64-encoded image by any angle (with canvas auto-expansion) and/or mirrors it horizontally or vertically, returning the transformed image as base64 PNG.
$0.003/messageClassifies text as positive, negative, or neutral and returns a numeric score, magnitude, and brief explanation.
$0.006/messageClassifies text as positive, negative, or neutral and returns a sentiment score, magnitude, and brief reason.
$0.006/messageConverts any input text into a clean, ASCII-only, lowercased, hyphenated URL slug.
$0.001/messageCreates a centered square thumbnail of an image at a specified pixel size.
$0.003/messageComputes a unified diff between two text strings, returning added/removed line counts and a similarity ratio.
$0.002/messageComputes a unified diff between two text strings, returning added/removed line counts and a similarity ratio.
$0.002/messageAnalyzes a text string and returns character count, word count, sentence count, paragraph count, average word length, and estimated reading time.
$0.001/messageAnalyzes a text string and returns character, word, sentence, and paragraph counts, average word length, and estimated reading time.
$0.001/messageConverts between Unix epoch timestamps (seconds or milliseconds) and ISO-8601 datetime strings, and reports the weekday and UTC offset.
$0.001/messageCalculates market cap, fully-diluted valuation (FDV), circulating ratio, and implied dilution from token price, circulating supply, and max/total supply.
$0.002/messageRewrites input text in a specified tone (formal, friendly, concise, persuasive, etc.) while preserving meaning.
$0.007/messageTranslates text from one language to another while preserving the original tone and formatting.
$0.008/messageConverts values between units of length, mass, volume, data size, time, speed, or temperature
$0.001/messageConverts values between units across length, mass, volume, data-size, time, speed, and temperature.
$0.001/messageFetches a webpage and extracts its title, description, OpenGraph/Twitter card tags, canonical URL, and favicon.
$0.003/messageFetches a URL and extracts page title, description, OpenGraph/Twitter card data, canonical URL, and favicon.
$0.003/messageParses a URL string into its constituent components: scheme, host, port, path, query parameters, and fragment.
$0.001/messageFetches a webpage, strips boilerplate, and returns word count, character count, and estimated reading time.
$0.002/messageGenerate batches of v4 (random) or v5 (name-based) UUIDs with optional uppercase and no-hyphen formatting.
$0.001/messageReturns daily high/low temperatures, precipitation, and weather conditions for the next N days at a given latitude/longitude using Open-Meteo data.
$0.004/messageFetches and extracts clean readable text content from a given URL using an AI web reader model
$0.005/messageRetrieves the lead summary, thumbnail image, and canonical URL for any Wikipedia article by title.
$0.002/messageReturns the lead summary, thumbnail image, and canonical URL for any given Wikipedia article title.
$0.002/messageBidirectionally converts between XML and JSON, mapping attributes with @ prefix, text content as #text, and repeated tags as arrays.
$0.003/messageResize an image to specified dimensions via a paid x402 API call
$0.003/messageConverts structured data between formats (e.g. CSV to JSON, JSON to CSV) and returns the transformed result with a row count.
$0.002/messageExtracts structured information (titles, decisions, action items) from document text using Claude AI, paid per-request with USDC on Base L2
$0.05/messageGenerates placeholder text (lorem ipsum) in configurable units of paragraphs, sentences, or words
$0.001/messageSummarizes a support or interaction session transcript using Claude AI, returning a concise markdown summary and token usage.
$0.05/messageCreates a centered square thumbnail of an image at a specified pixel size.
$0.003/messageParses a URL into its component parts: scheme, host, port, path, query parameters, and fragment.
$0.001/messageAnalyzes an image using Claude AI and returns a natural language description of its visual content
$0.08/messageConverts text into phonetic notation or transcription (e.g. IPA, Morse code, or similar phonetic representations)
$0.001/messageTranslates text from one language to another and returns the translated string
$0.008/messageFetches the current USD price of a cryptocurrency (e.g. Bitcoin) by coin identifier
$0.003/messageResolves a DNS query for a given hostname and returns the DNS answer records.
$0.002/messageConverts a color image to grayscale or sepia tone via a simple POST request.
$0.002/messageConverts a color image to grayscale or sepia tone via a simple POST request, returning the transformed image.
$0.002/messageGenerates batches of v4 (random) or v5 (name-based) UUIDs with optional uppercase and/or hyphen-stripped formatting.
$0.001/messageGenerates an MCP (Model Context Protocol) blueprint architecture document from provided code or context using Claude AI, paid per-request in USDC on Base L2
$1.5/messageExplains a given topic in simple, plain language (Explain Like I'm 5) and returns a concise explanation string.
$0.006/messageAnalyzes an image using Claude AI and returns a natural language description of its visual content, paying per request with USDC on Base L2.
$0.08/messageReturns a curated, machine-readable directory of x402 services with health, uptime, and trust grades for each listed service.
$0.001/messageFetches a web page and extracts all email addresses and phone numbers found in its content.
$0.003/message