Lecto Translation
Translation API with free tier and reasonable prices
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Text Analysis
- Documentation / URL
- https://rapidapi.com/lecto-lecto-default/api/lecto-translation/
Overview
Lecto provides translation — key-based (RapidAPI; an invalid key returns 401, verified).
Quick Start
Translate (replace YOUR_KEY):
curl -X POST "https://lecto-translation.p.rapidapi.com/v1/translate/text" \
-H "X-RapidAPI-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"texts":["hello"],"to_lang":["fr"]}'
Authentication
- RapidAPI key from the listing.
- Send it as
X-RapidAPI-Key(invalid → 401, verified).
Rate Limits & Notes
- RapidAPI free tier with limits (check the listing); paid plans scale.
- Text translation.
FAQ
Is Lecto free? RapidAPI free tier with limits; more is paid.
Why 401? Invalid RapidAPI keys return 401 (verified).
What’s the auth style?
X-RapidAPI-Key header.
More in Text Analysis
| API | Auth | HTTPS | CORS | |
|---|---|---|---|---|
| apilayer languagelayer Language Detection JSON API supporting 173 languages | OAuth | Yes | Unknown | ↗ |
| Audexum Text-to-speech REST API with 43 voices and 33 languages | API Key | Yes | Yes | ↗ |
| Aylien Text Analysis A collection of information retrieval and natural language APIs | API Key | Yes | Unknown | ↗ |
| Cloudmersive Natural Language Processing Natural language processing and text analysis | API Key | Yes | Yes | ↗ |
| Code Detection Detect, label, format and enrich the code in your app or in your data pipeline | OAuth | Yes | Unknown | ↗ |