cURL
curl --request POST \ --url https://api.dirtroad.dev/tools/string-utils/snake-to-camel \ --header 'Content-Type: application/json' \ --header 'X-Payment: <api-key>' \ --data ' { "str": "<string>" } '
{ "original": "<string>", "result": "<string>" }
Convert snake_case to camelCase Requires x402 blockchain payment.
x402 blockchain payment authorization header containing signed EIP-3009 Transfer with Authorization
Input string to process
Converted string
Original input string
Processed result string