Text Analyzer
The Text Analyzer endpoint allows you to analyze any given text by providing insights such as word count, sentence count, character count, punctuation count, and the original text itself. This endpoint is ideal for applications requiring text processing, content analysis, or data extraction from textual data.
Endpoint
URL:
https://api.erensko.xyz/v1/text-analyzer
Method:
GET
Description: Analyzes a text and provides advanced information about it.
URL Parameters
text
The text you would like to analyze.
Headers
Authorization
Your own personal API key, create one by clicking here. This is required.
Request Example
Response Example:
Error Responses
400 Bad Request: Returned if the "text" parameter is missing or invalid.
500 Internal Server Error: Returned if the API is currently down.
Usage Notes
Ensure that your text input is URL-encoded if it contains special characters.
Last updated