Text Formatter
Text Formatter Endpoint
The Text Formatter endpoint allows you to format a given string into a more professional and polished form by capitalizing the first letter of the text, ensuring proper punctuation, and correcting common mistakes. This is useful for text refinement and ensuring consistency in written communication.
Endpoint
URL:
https://api.erensko.xyz/v1/text-formatter
Method:
GET
Description: This endpoint accepts a string as input in the request query and returns a formatted version of the text with corrections like proper capitalization and punctuation.
Query Parameters
Key
Value
string
The plain text string you would like to format.
Headers
Key
Value
Authorization
Request Example
Response Example
Last updated