freeapis

Lecto Translation

Translation API with free tier and reasonable prices

Authentication
API Key
HTTPS
Yes
CORS
Yes

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

APIAuthHTTPSCORS
apilayer languagelayer

Language Detection JSON API supporting 173 languages

OAuthYesUnknown
Audexum

Text-to-speech REST API with 43 voices and 33 languages

API KeyYesYes
Aylien Text Analysis

A collection of information retrieval and natural language APIs

API KeyYesUnknown
Cloudmersive Natural Language Processing

Natural language processing and text analysis

API KeyYesYes
Code Detection

Detect, label, format and enrich the code in your app or in your data pipeline

OAuthYesUnknown