Lecto AI

api.lecto.ai

Community

Lecto AI is a machine translation API that provides fast, high-quality text translation between 100+ languages. It supports single and batch translation, automatic language detection, and is optimized for low-latency production use cases.

Auth

api_key

Pricing

free

Spec version

1.0

Base URL

https://api.lecto.ai

Crawl failures

1

Last verified

2026-03-01T11:08:21.000Z

Health

This is a community-maintained manifest. Health monitoring is not available because this service doesn't host its own /.well-known/agent endpoint yet. Learn more about trust levels →

Capabilities

detect_language

ai-ml

Detect the language of a given text string. Returns the detected language code and confidence score.

Detail: https://api.lecto.ai/capabilities/detect_language

list_languages

ai-ml

List all supported languages and their language codes for use with translation endpoints.

Detail: https://api.lecto.ai/capabilities/list_languages

translate_batch

ai-ml

Translate multiple text strings in a single request. All texts are translated to the same target language. More efficient than multiple single translate calls.

Detail: https://api.lecto.ai/capabilities/translate_batch

translate_text

ai-ml

Translate a single text string from one language to another. Supports 100+ language pairs with automatic source language detection.

Detail: https://api.lecto.ai/capabilities/translate_text

Agent Preview

This is what an AI agent sees when it discovers this service via the Gateway:

Service: Lecto AI
Description: Lecto AI is a machine translation API that provides fast, high-quality text translation between 100+ languages. It supports single and batch translation, automatic language detection, and is optimized for low-latency production use cases.
Auth: api_key
Capabilities:
  - detect_language: Detect the language of a given text string. Returns the detected language code and confidence score.
  - list_languages: List all supported languages and their language codes for use with translation endpoints.
  - translate_batch: Translate multiple text strings in a single request. All texts are translated to the same target language. More efficient than multiple single translate calls.
  - translate_text: Translate a single text string from one language to another. Supports 100+ language pairs with automatic source language detection.