Back to Tool
Aa

Text Case Converter API

Convert text between different cases programmatically

Endpoint

POST/api/v1/text-case-converter

Authentication

Include your API key in the request header:

X-API-Key: your_api_key_here

Get your API key from the Dashboard

Request Body

Content-Type: application/json

FieldTypeRequiredDescription
textstringYesThe text to convert
casestringYesTarget case: upper, lower, title, sentence, camel, pascal, snake, kebab, constant

Response

FieldTypeDescription
successbooleanWhether the operation was successful
resultstringThe converted text

Code Examples

curl -X POST https://tools.shubhambadgujar.com/api/v1/text-case-converter \
  -H "X-API-Key: your_api_key" \
  -H "Content-Type: application/json" \
  -d '{"text": "hello world example", "case": "camel"}'

Pricing

$0.0010 per call

Get API Key

Rate Limits

  • • 100 requests per minute
  • • 10,000 requests per day
  • • Max request size: 10MB

Need Help?

Contact us at support@shubhambadgujar.com