| Endpoint | Status | Price | Network | Spec | Checked |
|---|---|---|---|---|---|
| api.delx.ai x402 arr-nth
Return the element at index. Call when you pick a specific agent-held array slot with bounds check. Returns value, ind |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 arr-last
Return the last list element. Call when you need tail of an agent-held array safely. Returns value and empty flag for |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 arr-first
Return the first list element. Call when you need head of an agent-held array safely. Returns value and empty flag for |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 pluck
Pluck a key from a list of objects. Call when you extract IDs/fields from agent-held JSON arrays. Returns values list |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 flatten1
Flatten one level of nested lists. Call when you normalize agent-held nested arrays before mapping. Returns flattened |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 chunk-list
Chunk a list into fixed-size batches. Call when you plan batch POSTs under payload ceilings. Returns chunks array and |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 parse-bool-list
Coerce a list of tokens into booleans. Call when you normalize yes/no flags from agent forms. Returns boolean list and |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 cmp-str
Compare two strings lexicographically (-1, 0, 1). Call when you sort or branch on agent string keys. Returns cmp resul |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 unslugify-lite
Turn slugs into Title Case words. Call when you reverse product/path slugs into display labels. Returns title words fr |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 pluralize-lite
Lightweight English pluralization helper. Call when you label counts in agent messages without i18n frameworks. Return |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 kebab-to-camel
Convert kebab-case identifiers to lowerCamelCase. Call when you map URL segments into JS property names. Returns lower |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 camel-to-kebab
Convert camelCase identifiers to kebab-case. Call when you map JS props to CSS/URL tokens. Returns kebab-case text for |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 join-csv
Join fields into a CSV row with proper quoting. Call when you emit CSV without a spreadsheet library. Returns CSV row |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 tsv-row
Join fields into a TSV row. Call when you emit tab-separated rows from agent field lists. Returns TSV row string and f |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 csv-escape
CSV-escape a single field. Call when you build CSV rows from agent fields with commas/quotes. Returns escaped field an |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 unique-sorted
Unique and sort a JSON list. Call when you need stable unique keys for agent set math. Returns sorted unique items and |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 split-lines
Split text into lines. Call when you need per-line processing without local split bugs. Returns lines array and count |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 join-lines
Join an array of lines with a separator. Call when you reassemble agent-held line lists for prompts or files. Returns |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 slugify-lite
Slugify text to lowercase hyphen form. Call when you need product/path slugs from free titles. Returns slug string for |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 json-escape
JSON-escape a string (without surrounding quotes). Call when you embed text into a larger JSON template safely. Return |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 truncate-middle
Truncate long text in the middle with an ellipsis. Call when you keep start+end context inside UI/log width limits. Re |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 dedent-text
Remove common leading whitespace from lines. Call when you normalize agent-held code fences or YAML blocks. Returns de |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 indent-text
Indent every line by N spaces. Call when you format nested blocks for agent prompts or diffs. Returns indented multili |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 extract-emails-lite
Extract email-shaped tokens from free text (shape only). Call when you need candidate emails from agent-held text with |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 extract-ints
Extract signed integers from free text. Call when you parse IDs, ports, or quantities out of messy agent logs. Returns |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 char-freq
Compute character frequency top counts. Call when you inspect distribution before encoding or compression steps. Retur |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 pad-right
Right-pad a string to a target width. Call when you need fixed-width columns for agent logs. Returns padded text and w |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 pad-left
Left-pad a string to a target width. Call when you need fixed-width IDs or zero-padded codes. Returns padded text and |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 repeat-str
Repeat a string a bounded number of times. Call when you build padding/test fixtures without local loops. Returns repe |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 index-of
Find first index of a substring. Call when you need slice boundaries for agent text surgery. Returns index and found f |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 contains-text
Check whether text contains a needle (optional ignore_case). Call when you need a cheap membership check on agent-held |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 ends-with
Check whether text ends with a suffix. Call when you validate file extensions or content-type suffixes. Returns boolea |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 starts-with
Check whether text starts with a prefix. Call when you gate URL/scheme or header prefix checks before egress. Returns |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 count-substr
Count non-overlapping substring occurrences. Call when you preflight how often a token appears in agent-held text. Ret |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 swap-case
Swap letter case for deterministic transform tests. Call when you need a pure case flip without locale rules. Returns |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 title-words
Title-case words for headings and display labels. Call when you need human-readable titles from slug/identifier tokens |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 const-case
Convert free text or identifiers to CONST_CASE. Call when you normalize env var names or enum labels for agent config. |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 kebab-case
Convert free text or identifiers to kebab-case slugs. Call when you need URL path segments, CSS class names, or route |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 snake-to-camel
Convert snake_case identifiers to lowerCamelCase. Call when you map API/DB columns into JS object keys for an agent pa |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 camel-to-snake
Convert camelCase or PascalCase identifiers to snake_case. Call when you need stable Python/JSON field names from JS-s |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 ensure-suffix
Ensure a string ends with a required suffix without duplication — first-party local utility for agent preflight and pr |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 ensure-prefix
Ensure a string starts with a required prefix without duplication — first-party local utility for agent preflight and |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 is-blank
Detect blank or whitespace-only strings before paying downstream — first-party local utility for agent preflight and p |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 text-reverse
Reverse a text string for deterministic transform tests — first-party local utility for agent preflight and proven mic |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 csv-row-preview
Split a CSV line into fields with basic quote awareness — first-party local utility for agent preflight and proven mic |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 string-pad
Pad a string to a target width with a fill character — first-party local utility for agent preflight and proven micro- |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 sort-keys
Return object keys sorted lexicographically for stable hashes — first-party local utility for agent preflight and prov |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 dedupe-list
Deduplicate a list while preserving first-seen order — first-party local utility for agent preflight and proven micro- |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 case-camel
Convert text to lowerCamelCase for JSON property naming — first-party local utility for agent preflight and proven mic |
payable | $0.001 | base | v2 POST | 1d ago |
| api.delx.ai x402 case-snake
Convert text to snake_case for API fields and file stems — first-party local utility for agent preflight and proven mi |
payable | $0.001 | base | v2 POST | 1d ago |