InputPOST /api/v1/x402/case-convert
{
"text": "Hello world API",
"case": "camel"
}
Web and API intelligence · utility
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.
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/case-convert -m POST -H 'x-delx-source: product-page' --max-amount 0.001 -b '{"text":"Hello world API","case":"camel"}'
{
"text": "Hello world API",
"case": "camel"
}
{
"schema": "delx/case-convert/v1",
"input": "Hello world API",
"case": "camel",
"result": "helloWorldApi",
"words": [
"hello",
"world",
"api"
]
}
Machine-readable evidence