DELXCOMMERCE Live contract

Agent data quality · data-quality

Delx Camel To Snake

Normalize camelCase or PascalCase identifiers into stable snake_case keys for $0.001 USDC—useful when an agent maps JavaScript payloads into Python, SQL, analytics, or JSON contracts. This deterministic first-party utility processes one bounded string locally, returns machine-readable JSON, makes no network call, and retains no input.

x402agentslocal-firstmicro-usdcpay-per-calldata-qualitycamel

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/camel-to-snake -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"text":"HelloWorldAPI"}'
InputPOST /api/v1/x402/camel-to-snake
{
  "text": "HelloWorldAPI"
}
Delivered resultapplication/json
{
  "schema": "delx/util-camel-to-snake/v1",
  "text": "hello_world_api"
}

Machine-readable evidence

Inspect before paying.