| Endpoint | Status | Price | Network | Spec | Checked |
|---|---|---|---|---|---|
| api.24klabs.ai api image-rotate
Rotate an image by degrees and/or flip it horizontally or vertically. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai api url-word-count
Fetch a page, strip boilerplate, and return word count, character count, and reading time. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai api wikipedia-summary
Get the lead summary, thumbnail, and URL for any Wikipedia article title. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai api hn-search
Search Hacker News stories and comments by query, sorted by relevance or date (Algolia HN). |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai api email-validate
RFC-5322-ish syntax check plus disposable / role-account / free-provider flags. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai api regex-test
Test a regex against text; returns matches, capture and named groups, and spans. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai api csv-to-json
Parse CSV/TSV (RFC 4180) into a JSON array of row objects (or arrays). |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai api json-to-csv
Flatten a JSON array of objects into CSV with a header row. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai api text-diff
Unified diff between two texts, plus added/removed line counts and a similarity ratio. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 phone-parse
Parse a phone number to E.164, detect its country calling code and region, and validate length against the E.164 stand |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 wcag-contrast
Compute the WCAG 2.1 contrast ratio between a foreground and background color and report AA/AAA pass/fail for normal a |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 eth-unit-convert
Convert amounts between Ethereum denominations (wei, kwei, mwei, gwei, szabo, finney, ether) with exact integer/decima |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 iban-bic-validate
ISO 13616 mod-97 IBAN validation with per-country length rules, plus SWIFT/BIC structure validation and country/bank-c |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 ip-cidr-calc
CIDR math for IPv4/IPv6: network, broadcast, netmask, wildcard, prefix, usable host range and count, mask<->prefix, pl |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 user-agent-parse
Parse a User-Agent string into browser, version, engine, OS, device class, and bot/AI-crawler flag (GPTBot, ClaudeBot, |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 data-format-validate
Validate and lint JSON, YAML, CSV, or XML. Returns a valid flag, the line/column of the first error when invalid, and |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 data-format-convert
Interconvert tabular data across CSV, TSV, JSON (array of objects), and NDJSON/JSONL. RFC 4180 CSV parsing; great for |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 json-yaml-convert
Bidirectional JSON/YAML transcode for config files, Helm values, K8s manifests, and CI workflows. Give the source stri |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 jsonschema-validate
Validate a JSON instance against a JSON Schema (draft 7 / 2020-12 subset); returns a valid flag plus per-field errors |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 llm-token-estimate
Heuristic token-count estimate for a text (character- and word-based) plus an illustrative per-model input-cost projec |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 entity-extract
Regex-based entity extraction: pulls emails, URLs, IPv4 addresses, phone numbers, hashtags, mentions, money amounts, a |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 pii-redact
Regex-based PII redaction: masks emails, phone numbers, SSNs, credit-card numbers, and IP addresses, returning cleaned |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 html-to-markdown
Convert a supplied HTML string to clean Markdown: strips scripts/style/nav, preserves headings, bold, italic, links, l |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 markdown-to-html
Render common Markdown (headings, bold/italic, links, inline code, fenced code, blockquotes, ordered/unordered lists) |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 keyword-frequency
Top-N single tokens and two-word phrases by frequency, with stopword removal and normalized weights. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 readability-score
Word/sentence/syllable counts, reading time, plus Flesch Reading Ease, Flesch-Kincaid, Gunning Fog, SMOG, ARI, and Col |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 number-to-words
Spell a number in English words: cardinal, ordinal, or currency (dollars and cents) form for checks and invoices. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 pii-redact-regex
Deterministically mask emails, phone numbers, credit-card-like numbers, IPv4 addresses, and US SSNs in text. Returns r |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 datetime-toolkit
One-call date math: diff two datetimes, add/subtract an interval, epoch<->ISO conversion, and reformatting via strftim |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 business-days-calc
Add/subtract business days to a date, or count working days between two dates. Weekend- and custom-holiday-aware (0=Mo |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 cron-parser
Parse a 5/6-field cron expression or @macro: plain-English summary, per-field breakdown, and the next N run times from |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 ip-classify
Classify an IPv4/IPv6 address: version, public/private/loopback/link-local flags, integer and hex forms, reverse-DNS p |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 eth-calldata-decode
Compute the keccak256 hash and 4-byte function selector of a signature string, and optionally ABI-decode raw hex calld |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 simhash-dedup
Compute a 64-bit SimHash fingerprint for content, or compare two texts and return the Hamming distance and a 0-1 simil |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 entity-extract-regex
Pull deduped lists of emails, URLs, IPv4 addresses, @mentions and #hashtags out of free text, with counts. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 hash-multi
Compute md5, sha1, sha256, sha512, sha3-256 and crc32 digests of text (or hex bytes) in a single call. Returns hex for |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 color-convert
Convert a color across hex/rgb/hsl/hsv/cmyk and (optionally) compute the WCAG contrast ratio and AA/AAA pass against a |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 placeholder-image
Generate a solid-color placeholder image with optional centered text (no input image needed). |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 image-metadata
Report format, dimensions, mode, aspect ratio, transparency, and byte size of an image. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 image-crop
Crop an image to a box (left, top, right, bottom in pixels). |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 image-rotate
Rotate an image by degrees and/or flip it horizontally or vertically. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 url-word-count
Fetch a page, strip boilerplate, and return word count, character count, and reading time. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 hn-search
Search Hacker News stories and comments by query, sorted by relevance or date (Algolia HN). |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 wikipedia-summary
Get the lead summary, thumbnail, and URL for any Wikipedia article title. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 email-validate
RFC-5322-ish syntax check plus disposable / role-account / free-provider flags. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 regex-test
Test a regex against text; returns matches, capture and named groups, and spans. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 json-to-csv
Flatten a JSON array of objects into CSV with a header row. |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 csv-to-json
Parse CSV/TSV (RFC 4180) into a JSON array of row objects (or arrays). |
payable | $0.002 | base | v2 POST | 2d ago |
| api.24klabs.ai v1 text-diff
Unified diff between two texts, plus added/removed line counts and a similarity ratio. |
payable | $0.002 | base | v2 POST | 2d ago |
| k2so-8080.on.ascii.dev services ap2-mandate-authorization-verification-procedure
Decision procedure and verification schema for accepting a cryptographically signed AP2 payment mandate before settlem |
payable | $0.002 | base | v2 GET | 2d ago |