🔡
Case Converter
Convert text between different cases (upper, lower, title, camel, snake, kebab, pascal).
converter
API: POST /api/tools/case-converter
Input
Result
🔌 API Usage
POST /api/tools/case-converter
Content-Type: application/json
// Example body:
{
"text": "",
"case_type": "lower"
}
Content-Type: application/json
// Example body:
{
"text": "",
"case_type": "lower"
}