aawt助听器
  1. 翻译管理
aawt助听器
  • 翻译管理
    • chatGPT
      • chatGPT--文字转语音
      • chatGPT--语音转文字
    • TTS-文字转语音
      POST
    • 微软--文字翻译
      POST
    • hxl--翻译
      POST
    • 获取Token
      POST
    • 上传文件接口
      POST
    • 查询设备--使用时长
      POST
    • 文字转语音--调试方法
      POST
    • 检测设备是否可以使用该翻译
      POST
    • 翻译--历史记录列表
      POST
  • 聊天记录
    • 软删除记录
      POST
    • 新增聊天记录
      POST
    • 聊天记录列表
      POST
    • 确认删除记录
      POST
    • 恢复记录
      POST
    • 编辑记录置顶
      POST
  • 文章管理
    • 文章分类列表
      POST
    • 文章列表
      POST
    • 文章详情
      POST
    • chatGPT--文字转语音
      POST
    • chatGPT--语音转文字
      POST
    • 上传文件接口
      POST
  • 讯飞模块
    • 讯飞--身份证识别
      POST
    • 生成图片
      POST
    • 讯飞--极速语音转写
      POST
    • 讯飞 -- 文本改写
      POST
    • 讯飞 -- 关键词提取
      POST
    • 讯飞--Chat大模型1.5
      POST
    • 讯飞--Chat大模型2.0
      POST
    • 讯飞--文字识别
      POST
    • 讯飞--实时语音转写
      POST
    • 讯飞--人脸对比2
      POST
    • 讯飞--人脸对比1
      POST
    • 讯飞--语音-文字转音频
      POST
    • 讯飞 -- 银行卡识别
      POST
    • 讯飞--语音听写
      POST
    • 讯飞--文本纠错
      POST
    • 讯飞--机器翻译
      POST
    • 讯飞 -- 营业执照识别
      POST
    • 讯飞-- 同声传译
      POST
    • 新建websocket
      RAW
  • 微软
    • 上传文件接口
    • 语音翻译
    • 语音转文字
    • 文字翻译
    • 获取声音列表--(用不到)
    • 检测文本语言
    • 文字转语音
  • 微软Chat
    • 微软--语音转文字
    • 微软--文字转语音
    • 微软--chatGPT4omini
    • 微软--chatGPT4o
  • 设备管理
    • 验证设备
    • 绑定设备
    • 获取设备详情
    • 测试chatGPT
    • 获取绑定设备二维码
    • 所有设备列表
    • 解绑设备
    • 获取设备列表
    • 更新设备最新版本
    • 获取设备最新版本
    • 获取解码
  • 应用管理
    • 版本更新
    • 主题图片
  • 用户模块
    • 邮箱注册
    • 注册用户
    • 获取签名
    • 上传图片
    • 退出登录
    • 修改头像
    • 登录接口
    • 修改用户信息
    • 验证签名
    • 找回密码
    • 注销用户
    • 修改邮箱
    • 修改地址
    • 修改密码
    • 发送验证码
    • 获取用户详情
    • 消息通知详情
    • 修改消息通知开关
  • 百度Chat
    • kimiChatGPT
    • 百度Chat
    • 百度-获取token
  • chatGPT
    • chatGPT3.5
    • chatGPT4.0--H5
    • chatGPT4o
    • chatGPT--语音转文字
    • chatGPT--文字转语音
    • chatTTS-文字转语音
    • 俄罗斯--gigaGPT (已停用)
    • chatGPT4o-mini
  • 谷歌文档
    • 谷歌--翻译
    • 谷歌--文字转语音
    • 谷歌--地图导航
    • 谷歌--语音转文字
    • 新建接口
    • 获取谷歌token
    • 谷歌--经纬度获取地址
    • 谷歌--地址获取经纬度
  • 新建接口
    POST
  • placeid获取地址
    POST
  1. 翻译管理

微软--文字翻译

Developing
POST
/

Request

Query Params

Body Params multipart/form-data

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://aawt.192.iamjoy.cn/?s=/api/microsoft/getTranslator' \
--form 'text="On June 19th, the operation team of Dungeon&Warrior: Origins announced that due to the expiration of the contract, DNF mobile game will no longer be available on some Android platform app stores starting from June 20th. According to a source familiar with the matter, Tencent has issued a notice to Huawei, OPPO, vivo and other members of the \"hardcore alliance\", as well as Xiaomi, stating that the \"Dungeon and Warrior Origins\" mobile game package in these channels will stop updating. As of the time of publication, when searching for Tencent'\''s game \"Dungeon and Warrior Origins\" in the vivo app store, its download channel had disappeared."' \
--form 'language="zh-Hans"'

Responses

🟢200成功
application/json
Body

Example
{
	"code": 1,
	"msg": "返回成功",
	"data": [
		{
			"detectedLanguage": {
				"language": "en",
				"score": 1
			},
			"translations": [
				{
					"text": "6月19日,《地下城与勇士:起源》运营团队宣布,由于合同到期,DNF手游将于6月20日起不再在部分安卓平台应用商店上架。据知情人士透露,腾讯已向华为、OPPO、vivo等“硬核联盟”成员以及小米发出通知,称这些渠道的“地下城与勇士起源”手游包将停止更新。截至发稿时,在vivo应用商店搜索腾讯游戏《地下城与勇士起源》时,其下载渠道已经消失。",
					"to": "zh-Hans"
				}
			]
		}
	]
}
🟠404失败
Modified at 2025-04-11 01:48:59
Previous
TTS-文字转语音
Next
hxl--翻译
Built with