Lecto AI
api.lecto.ai
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.
api_key
free
1.0
https://api.lecto.ai
1
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-mlDetect 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-mlList all supported languages and their language codes for use with translation endpoints.
Detail: https://api.lecto.ai/capabilities/list_languages
translate_batch
ai-mlTranslate 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-mlTranslate 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.