TextMaster

FREEMIUM
Par Luke | Mise à jour 2달 전 | Tools
Popularité

6.6 / 10

Latence

832ms

Niveau de service

100%

Health Check

N/A

LISEZ-MOI

Endpoints

The API currently supports the following endpoints:

POST /reverse

This endpoint reverses a string.

Parameters:

  • text (required): The string to be reversed.

Example Request:

{
  "text": "Hello, World!"
}

Example Response:

{
  "result": "!dlroW ,olleH"
}

POST /uppercase

This endpoint converts a string to uppercase.

Parameters:

  • text (required): The string to be converted to uppercase.

Example Request:

{
  "text": "Hello, World!"
}

Example Response:

{
  "result": "HELLO, WORLD!"
}

POST /lowercase

This endpoint converts a string to lowercase.

Parameters:

  • text (required): The string to be converted to lowercase.

Example Request:

{
  "text": "Hello, World!"
}

Example Response:

{
  "result": "hello, world!"
}

POST /wordcount

This endpoint counts the number of words in a string.

Parameters:

  • text (required): The string for which to count words.

Example Request:

{
  "text": "Hello, World!"
}

Example Response:

{
  "result": 2
}

POST /charcount

This endpoint counts the number of characters in a string.

Parameters:

  • text (required): The string for which to count characters.

Example Request:

{
  "text": "Hello, World!"
}

Example Response:

{
  "result": 13
}

POST /sentencecount

This endpoint counts the number of sentences in a string.

Parameters:

  • text (required): The string for which to count sentences.

Example Request:

{
  "text": "Hello, World! How are you?"
}

Example Response:

{
  "result": 2
}

POST /summary

This endpoint generates a simple summary of a string.

Parameters:

  • text (required): The string to be summarized.

Example Request:

{
  "text": "Hello, World! This is an example of a longer text that will be summarized."
}

Example Response:

{
  "result": "Hello, World! This is an example of a longer text that will be..."
}
Abonnés : 0
Ressources :
Conditions d'utilisation
Créateur d'API :
Rapid account: Luke
Luke
sadasdasdlukedev
Connectez-vous pour évaluer l'API
Note : 5 - Votes : 1