Kiprio Translate
Free text translation with language detection, supports 50+ languages
- Authentication
- API Key
- HTTPS
- Yes
- CORS
- Yes
- Category
- Text Analysis
- Documentation / URL
- https://kiprio.com/v1/translate
Overview
Kiprio Translate translates text between languages. Auth is an API key.
Note (verified 2026-08): the endpoint 301-redirects to the trailing-slash version (
/v1/translate/) — follow redirects (curl -L) for clean responses (same pattern as Kiprio’s other APIs).
Quick Start
Translate (replace YOUR_KEY):
curl -L "https://kiprio.com/v1/translate?text=hello&target=es&apiKey=YOUR_KEY"
{
"text": "hello",
"translation": "hola",
"source": "en",
"target": "es"
}
Authentication
- Register at kiprio.com → API key.
- Send it as the
apiKeyquery parameter.
Rate Limits & Notes
- Free tier with limits (check the docs); paid plans scale.
- Follow the 301 to the canonical URL (verified).
FAQ
Is Kiprio free? Free tier with limits; more is paid.
Why 301?
The endpoint canonicalizes to a trailing slash (verified) — use curl -L.
What languages? Per the docs — multi-language translation.
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 | ↗ |