InputPOST /api/v1/x402/camel-to-snake
{
"text": "HelloWorldAPI"
}
Agent data quality · data-quality
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.
One-command purchase
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"}'
{
"text": "HelloWorldAPI"
}
{
"schema": "delx/util-camel-to-snake/v1",
"text": "hello_world_api"
}
Machine-readable evidence