TextMaster

ÜCRETSİZ PREMIUM
Taraf Luke | Güncelleyen 2 months ago | Tools
Popülerlik

6.7 / 10

Gecikme

832ms

Hizmet Düzeyi

100%

Health Check

N/A

README

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..."
}
Takipçi Sayısı: 0
Kaynaklar:
Kullanım şartları
API Üreticisi:
Rapid account: Luke
Luke
sadasdasdlukedev
API'yi Değerlendirme İçin Giriş Yapın
Değerlendirme: 5 - Oy Sayısı: 1