{
  "format": "delx/intent-card/v1",
  "id": "case-convert-api",
  "intent": "snake case camel case convert",
  "title": "Case convert API for agents",
  "description": "Rename identifiers across snake/kebab/camel/pascal/constant for $0.001 — codegen and schema mapping without local string libraries.",
  "keywords": [
    "case convert",
    "snake case",
    "camel case",
    "identifier rename",
    "x402 case"
  ],
  "updated_at": "2026-08-06",
  "canonical_url": "https://commerce.delx.ai/intents/case-convert-api",
  "machine_url": "https://commerce.delx.ai/intents/case-convert-api.json",
  "recommendation": {
    "tool_name": "util_case_convert",
    "service_name": "Delx Case Convert",
    "method": "POST",
    "resource": "https://api.delx.ai/api/v1/x402/case-convert",
    "price_usdc": "0.001",
    "payment_protocols": [
      "x402",
      "mpp"
    ],
    "input_schema": {
      "type": "object",
      "properties": {
        "text": {
          "type": "string"
        },
        "case": {
          "type": "string"
        }
      },
      "required": [
        "text"
      ],
      "additionalProperties": true
    },
    "example_input": {},
    "example_output": {},
    "agentcash": {
      "buy": "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 '{}'",
      "max_amount_usdc": "0.001"
    }
  },
  "attribution": {
    "header": "x-delx-source",
    "value": "intent-card-case-convert-api"
  },
  "evidence": {
    "paid_openapi": "https://api.delx.ai/openapi.x402.json",
    "governed_portfolio": "https://api.delx.ai/x402-portfolio.json",
    "live_contract": "https://api.delx.ai/api/v1/x402/case-convert"
  }
}
