Welcome to the Language Tools API documentation! Here you will find detailed information about the various endpoints and functionalities provided by our API.

Endpoints

  • /translate: Translate text from one language to another.
    • Parameters:
      • source: Source language code (e.g., en, zh).
      • target: Target language code (e.g., es, fr).
      • text: Text to be translated.
  • /summarize: Summarize a given text.
    • Parameters:
      • text: Text to be summarized.
  • /detect-language: Detect the language of a given text.
    • Parameters:
      • text: Text to be detected.

Usage Example

To translate "Hello, world!" from English to Spanish, you would make a GET request to /translate?source=en&target=es&text=Hello,%20world!.

Images

Language Translation

Text Summarization

Language Detection

For more information on how to use our API, please refer to our API Guide.

Contact

If you have any questions or concerns, please contact us at support@language-tools.com.