| Endpoint | Status | Price | Network | Spec | Checked |
|---|---|---|---|---|---|
| api.delx.ai x402 nonce-hex
Generate a random hex nonce. Call when you need request nonces for agent idempotency keys. Returns hex nonce and byte |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 hmac-sha256-hex
HMAC-SHA256 hex of text with a secret. Call when you sign agent webhook test payloads offline. Returns hex digest for |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 md5-hex
MD5 hex digest of text. Call when you match legacy content hashes (not for security). Returns hex digest for $0.001 US |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 sha1-hex
SHA-1 hex digest of text. Call when you interoperate with legacy agent checksums. Returns hex digest for $0.001 USDC v |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 sha256-hex
SHA-256 hex digest of text. Call when you need content fingerprints for agent cache keys. Returns hex digest for $0.00 |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 card-mask
Mask a digit string keeping last4. Call when you display agent-held card-shaped numbers safely. Returns masked and las |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 luhn-valid
Luhn check for digit strings (cards/IDs). Call when you reject obviously invalid card-shaped numbers before payment UI |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 ipv4-private
Detect private/loopback IPv4. Call when you block private egress targets in agent allowlists. Returns valid and privat |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 is-uuid-shape
Validate UUID string shape. Call when you check correlation IDs before storage keys. Returns valid boolean for $0.001 |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 is-email-shape
Validate email shape (not mailbox existence). Call when you cheaply reject obvious non-emails before enrichment. Retur |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 redact-emails-lite
Replace email-shaped tokens with a redaction marker. Call when you scrub emails from agent-held text before logging. R |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 redact-digits
Replace digits with # for safe previews. Call when you strip numeric PII from agent-held text before display. Returns |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 url-decode-safe
Percent-decode text. Call when you reverse query encoding from agent-held URLs. Returns decoded text for $0.001 USDC v |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 strip-html-lite
Strip HTML tags from caller-held markup. Call when you need plain text from agent-held HTML snippets without a browser |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 path-ext
Extract file extension from a path or URL path segment — first-party local utility for agent preflight and proven micr |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 basename
Extract basename from a URL or path-like string — first-party local utility for agent preflight and proven micro-utils |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 path-join
Join URL or filesystem-like path segments without traversal escape — first-party local utility for agent preflight and |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 clamp-int
Clamp an integer into an inclusive min/max range — first-party local utility for agent preflight and proven micro-util |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 pick-fields
Pick a shallow whitelist of keys from a JSON object — first-party local utility for agent preflight and proven micro-u |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 list-len
Return length of a JSON array or separator-split string list — first-party local utility for agent preflight and prove |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 string-trunc
Truncate a string to max_chars with optional ellipsis — first-party local utility for agent preflight and proven micro |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 bool-coerce
Coerce common truthy/falsey tokens into a boolean — first-party local utility for agent preflight and proven micro-uti |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 trim-collapse
Trim ends and collapse internal whitespace runs to single spaces — first-party local utility for agent preflight and p |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 line-count
Count lines in caller-held text with nonempty breakdown — first-party local utility for agent preflight and proven mic |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 url-origin
Extract scheme://host[:port] origin from a URL without network access — first-party local utility for agent preflight |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 list-chunk
Chunk a JSON array. Use to batch tool calls, page results, or stay under payload limits. Returns array chunks with the |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 bool-parse
Parse truthy/falsey strings. Call when agents ingest messy flags like yes/no/1/0/true from tools or forms. Returns a b |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 url-encode-component
URL-encode a component. Use before building query strings or safe path segments. Returns encodeURIComponent-style outp |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 url-parse
Parse a URL into parts. Call when splitting host, path, query, and fragment without fetching the URL. Returns structur |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 csv-headers
CSV header row. Use to map columns before import or transformation steps. Returns the first-row headers as a list. $0. |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 csv-row-count
Count CSV rows. Call when estimating import size or validating uploads mid-pipeline. Returns row count for UTF-8 CSV t |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 json-type
JSON root type and size. Use as a cheap preflight before heavier JSON processing. Returns root type (object/array/…) a |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 json-keys
List top-level JSON keys. Call when agents must discover object shape without full schema inference. Returns top-level |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 json-minify
Minify JSON. Use to shrink payloads before cache, transport, or signature steps. Returns compact JSON text without cha |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 json-pretty
Pretty-print JSON. Call before showing configs to humans or attaching readable debug dumps. Returns indented JSON text |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 age-years
Age in whole years. Use for eligibility checks and profile enrichment from a birthdate. Returns whole-year age from an |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 next-weekday
Next weekday occurrence. Call when scheduling the next Monday standup or Friday ship window. Returns the next date mat |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 quarter-of-year
Calendar quarter 1–4. Use for finance-style bucketing and quarterly goals tracking. Returns quarter number 1–4 for the |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 iso-week
ISO week number. Call for weekly reporting buckets and standup cadence keys. Returns ISO week number (and year context |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 is-leap-year
Leap year check. Use for date validation and calendar math without external data. Returns a boolean leap-year result f |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 is-weekend
Weekend check for a date. Call when routing work, quiet hours, or business-day logic in agents. Returns whether the da |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 unix-now
Current UTC unix time. Use for idempotency stamps, expiring links, or clock skew checks. Returns unix seconds, millis, |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 date-format
Format an ISO date. Call when agents need a simple display pattern for reports or messages. Returns a formatted date s |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 date-diff
Difference between two dates. Use for aging tickets, session duration, or SLA breach math. Returns the delta between t |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 date-add
Add time to an ISO date. Call for deadlines, reminders, and SLA offsets without timezone libraries. Returns the shifte |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 parse-bytes
Parse size strings to bytes. Use when users type 1.5MB and your pipeline needs an integer byte budget. Returns integer |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 bytes-format
Human-readable byte sizes. Call when presenting file sizes, cache usage, or download progress to users. Returns a huma |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 percentile
Percentile of a list. Use for p50/p95 style summaries without a stats stack. Returns the requested percentile of a num |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 stdev
Standard deviation. Call for simple volatility or spread checks on agent-collected samples. Returns population/sample |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 median
Median of numbers. Use for robust central tendency when outliers pollute averages. Returns the median of the provided |
payable | $0.001 | base | v2 POST | 1d ago |