Lowercase Text
Input
Mode
Text transformations
Output
welcome to textformatter
this example shows how to convert loud text into a readable format.
welcome to textformatter this example shows how to convert loud text into a readable format.
API Call Example
curl -X POST "https://api.textformatter.pro/v1/format" \
-H "Content-Type: application/json" \
-H "x-api-key: YOUR_API_KEY" \
--data-binary @- <<'JSON'
{
"text": "WELCOME TO TEXTFORMATTER\nTHIS EXAMPLE SHOWS HOW TO CONVERT LOUD TEXT INTO A READABLE FORMAT.",
"mode": "text",
"output": "text",
"options": {},
"transforms": {
"lowercase": true
}
}
JSONResponse shape
{
"data": {
"output": "Plain text output",
"format": "text"
},
"meta": {
"wordsProcessed": 42
}
}Request payload
{
"text": "WELCOME TO TEXTFORMATTER\nTHIS EXAMPLE SHOWS HOW TO CONVERT LOUD TEXT INTO A READABLE FORMAT.",
"mode": "text",
"output": "text",
"options": {},
"transforms": {
"lowercase": true
}
}Don't have an API key yet?
Get one and start formatting thousands of words with no charges.
Plain Text
Web