freeapis

Kiprio Translate

带语言检测的免费文本翻译,支持 50 多种语言

认证方式
API Key
HTTPS
Yes
CORS
Yes

简介

Kiprio Translate 在语言间翻译文本。认证是 API 密钥。

注(2026-08 实测):端点 301 重定向到尾斜杠版本/v1/translate/)——请跟随重定向(curl -L)获取干净响应(与 Kiprio 其他 API 相同模式)。

快速开始

翻译(替换 YOUR_KEY):

curl -L "https://kiprio.com/v1/translate?text=hello&target=es&apiKey=YOUR_KEY"
{
  "text": "hello",
  "translation": "hola",
  "source": "en",
  "target": "es"
}

认证方式

  • 在 kiprio.com 注册 → API 密钥。
  • 通过 apiKey 查询参数携带。

速率限制与注意事项

  • 免费层带限额(看文档);付费档可扩展。
  • 请跟随 301 到规范 URL(已实测)。

常见问题

Kiprio 免费吗? 免费层带限额;更多需要付费。

为什么 301? 端点规范化为尾斜杠(已实测)——请用 curl -L

支持什么语言? 按文档——多语言翻译。

文本分析 分类更多

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