DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Case Convert

Turn mixed human or machine text into production-ready snake_case, kebab-case, camelCase, PascalCase, CONSTANT_CASE, title, lower, or upper text for $0.001 USDC. The deterministic first-party transform runs locally, accepts up to 4,000 characters, returns structured JSON, uses no upstream API, and retains no input.

x402utilitycasesnakecamelagentcashmicro-usdc

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/case-convert -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"text":"Hello world API","case":"camel"}'
InputPOST /api/v1/x402/case-convert
{
  "text": "Hello world API",
  "case": "camel"
}
Delivered resultapplication/json
{
  "schema": "delx/case-convert/v1",
  "input": "Hello world API",
  "case": "camel",
  "result": "helloWorldApi",
  "words": [
    "hello",
    "world",
    "api"
  ]
}

Machine-readable evidence

Inspect before paying.