Start using Maru APIs in seconds. No credit card required.
Keep this key safe. You won't be able to see it again.
⚠️ Error
curl -X POST https://textutils.maru-api.workers.dev/api/case-convert \
-H "Content-Type: application/json" \
-H "X-API-Key: YOUR_API_KEY" \
-d '{"text": "hello world", "to": "camelCase"}'
// Response
{"original": "hello world", "converted": "helloWorld", "type": "camelCase"}