Example inputPOST /api/v1/x402/case-convert
{
"text": "Hello world API",
"case": "camel"
}
Portable intent card · 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.
Intent to transaction
The source header follows this discovery route through challenge, payment and delivery without exposing the buyer or request body.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/case-convert -m POST -H 'x-delx-source: intent-card-case-convert-api' --max-amount 0.001 -b '{"text":"Hello world API","case":"camel"}'
{
"text": "Hello world API",
"case": "camel"
}
{
"intent": "Case Convert for an agent workflow",
"tool_name": "util_case_convert",
"price_usdc": "0.001",
"machine_url": "https://commerce.delx.ai/intents/case-convert-api.json"
}
Portable and inspectable