freeapis

Kiprio Translate

Free text translation with language detection, supports 50+ languages

Authentication
API Key
HTTPS
Yes
CORS
Yes

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 apiKey query 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

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