Text Case Converter
Comprehensive text case conversion API offering 8 different transformation types for various programming and formatting needs. Convert text between uppercase, lowercase, title case, camelCase, PascalCase, snake_case, kebab-case, and CONSTANT_CASE. Features enterprise-grade authentication, quota management, and provides detailed statistics including character count and word count for each…
Text Case Converter endpoints
| Method | Endpoint | Description |
|---|---|---|
| api | ||
| GET |
lowercase-converter /api/utilities/text-case-converter/v1/lowercase |
Convert text to lowercase letters - all characters transformed to small letters |
| GET |
api-information /api/utilities/text-case-converter/v1/info |
Get comprehensive API documentation including all available endpoints, parameters, example requests/responses, and usage examples |
| GET |
camelcase-converter /api/utilities/text-case-converter/v1/camel-case |
Convert to camelCase - first word lowercase, subsequent words capitalized, no spaces (ideal for JavaScript variables) |
| GET |
uppercase-converter /api/utilities/text-case-converter/v1/uppercase |
Convert text to UPPERCASE letters - all characters transformed to capital letters |
| GET |
pascalcase-converter /api/utilities/text-case-converter/v1/pascal-case |
Convert to PascalCase - all words capitalized, no spaces (ideal for class names and components) |
| GET |
constant-case-converter /api/utilities/text-case-converter/v1/constant-case |
Convert to CONSTANT_CASE - all uppercase with underscores between words (ideal for constants and environment variables) |
| GET |
sentence-case-converter /api/utilities/text-case-converter/v1/sentence-case |
Capitalize only the first letter of the first word, rest lowercase - standard sentence formatting |
| GET |
title-case-converter /api/utilities/text-case-converter/v1/title-case |
Capitalize the first letter of each word - perfect for titles and headlines |
| GET |
snake-case-converter /api/utilities/text-case-converter/v1/snake-case |
Convert to snake_case - all lowercase with underscores between words (ideal for Python variables and database columns) |
| GET |
kebab-case-converter /api/utilities/text-case-converter/v1/kebab-case |
Convert to kebab-case - all lowercase with hyphens between words (ideal for URLs and CSS classes) |
Text Case Converter pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $10 / month | — |
|
| ULTRA Recommended | $15 / month | — |
|
| MEGA | $20 / month | — |
|