DELXCOMMERCE Live contract

Retrieval-adjacent content prep · retrieval-adjacent

Delx Text Chunk Plan

Plan overlapping character chunks for RAG without storing the text — call when planning overlapping character chunks for RAG prep. Use on text/URLs the agent already holds—adjacent to high-volume extract demand, never advertised as general web or X search. Returns deterministic machine-readable JSON for $0.003 USDC via x402 on Base. Execution is first-party, local-only, stateless, and memory-only with no paid upstream, no input retention, and no claim of live chain tip, web search, or media generation. Results are advisory; the caller owns authorization and production controls.

x402agentsmarket-backedretrieval-adjacentlocal-firsttextpay-per-call

One-command purchase

Run it from an agent.

No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.

npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/text-chunk-plan -m POST -H 'x-delx-source: product-page' --max-amount 0.003 -b '{"text":"abcdefghij","chunk_size":4,"overlap":1}'
InputPOST /api/v1/x402/text-chunk-plan
{
  "text": "abcdefghij",
  "chunk_size": 4,
  "overlap": 1
}
Delivered resultapplication/json
{
  "schema": "delx/util-text-chunk-plan/v1",
  "text_chars": 10,
  "chunk_size": 4,
  "overlap": 1,
  "chunk_count": 3,
  "chunks": [
    {
      "index": 0,
      "start": 0,
      "end": 4,
      "chars": 4
    },
    {
      "index": 1,
      "start": 3,
      "end": 7,
      "chars": 4
    },
    {
      "index": 2,
      "start": 6,
      "end": 10,
      "chars": 4
    }
  ],
  "truncated": false
}

Machine-readable evidence

Inspect before paying.