知识中心
所有文章
帮助中心
AI客户联络中心 升级日志
API文档
AI客户联络
白标接口及地址
2.13上传录音
最后更新于 2023/06/01   阅读数 79

1.上传录音/ap/api/user/getResultById/1663836736058306561i/user/getResultById/1663836736058306561

接口地址

/api/user/translate/{voiceQualityId}

#请求方式

POST

字段

类型

备注

workId

String

作品id

source

Integer

1:翻译2:asr3语音录入

sceneId

String

场景id

voiceQualityId

String

上传录音返回的id

{
  "code": 0,
  "msg": "success",
  "data": {
    "fileId": "1663831557057552385",
    "result": "",
    "message": "翻译中",
    "fileName": "",
    "total": "",
    "current": "",
    "failed": "",
    "url": "static.meta.telrobot.top/material/2023/05/31/52228309.mp3",
    "duration": "1980",
    "sceneId": "1663831479437762561",
    "status": 0,
    "workName": "新作品20230531165571",
    "sceneName": "场景1",
    "text": "",
    "textList": "",
    "source": "",
    "workId": "1663831479362265090",
    "percent": "",
    "taskDuration": "",
    "createTime": "",
    "expectedTaskFinishTime": "",
    "expectedTaskExecutingDuration": "",
    "speakerId": ""
  },
  "meta": ""
}
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
plaintext
未能解决您的问题?请联系
本篇目录

接口地址

#请求方式