five

EasyTranslate

收藏
RapidAPI2025-12-09 更新2025-12-10 收录
下载链接:
https://rapidapi.com/luisdiegoaguilarr/api/easytranslate3
下载链接
链接失效反馈
官方服务:
资源简介:
The EasyTranslate API provides a powerful, highly efficient solution for integrating instant language translation into any application, website, or service. Built for speed and reliability, EasyTranslate uses advanced models to deliver accurate, high-quality translations across a wide range of languages, making multilingual content accessible with a single API call.
创建时间:
2025-12-09
原始信息汇总

EasyTranslate API 数据集概述

基本描述

EasyTranslate API 提供了一个强大、高效的解决方案,用于将即时语言翻译集成到任何应用程序、网站或服务中。该 API 为速度与可靠性而构建,使用先进的模型来提供跨多种语言的准确、高质量翻译,通过一次 API 调用即可实现多语言内容的访问。

定价方案

  • BASIC: $0.00 / 月
  • PRO: $9.00 / 月
  • ULTRA: $49.00 / 月
  • MEGA: $269.00 / 月

端点与功能

POST /translate

  • 描述: 翻译单个字符串。

  • 请求体 (JSON): json { "text": "Hello world", "to": "es", "from": "en" // 可选 }

  • 成功响应 (200 OK): json { "translation": "Hola mundo" }

  • 错误响应 (400 Bad Request): json { "error": "Missing required query parameters: text, to" }

GET /languages

  • 描述: 返回支持的语言列表(代码和名称)。
  • 保护: 是
  • 成功响应 (200 OK): json { "languages": [ { "code": "en", "name": "English" }, ... ] }

POST /detect

  • 描述: 检测单个文本的语言。

  • 保护: 是

  • 请求体: json { "text": "Bonjour" }

  • 成功响应 (200 OK): json { "detectedLanguage": "fr" }

POST /batchTranslate

  • 描述: 在一个请求中翻译多个字符串。按相同顺序返回翻译数组。

  • 保护: 是

  • 请求体: json { "texts": ["Hello","Goodbye"], "to": "es", "from": "en" // 可选 }

  • 成功响应 (200 OK): json { "translations": ["Hola","Adiós"] }

POST /batchDetect

  • 描述: 检测多个文本的语言。按照输入顺序返回语言代码数组。

  • 保护: 是

  • 请求体: json { "texts": ["Hello","Bonjour"] }

  • 成功响应 (200 OK): json { "detectedLanguages": ["en","fr"] }

通用请求头

  • Content-Type: application/json (适用于 POST 请求)

实现说明与集成建议

  • 批量大小: 保持 texts 数组大小合理,以避免请求运行时间过长。如果需要处理非常大的批次,请考虑在客户端进行分块处理。

提供商信息

  • API 创建者: EasyApis
  • 类别: Translation
5,000+
优质数据集
54 个
任务类型
进入经典数据集
二维码
社区交流群

面向社区/商业的数据集话题

二维码
科研交流群

面向高校/科研机构的开源数据集话题

数据驱动未来

携手共赢发展

商业合作