会议结束后,通过 meetingId 或 transcriptionId 查询转写信息,如果转写未完成,返回空数组。
默认接口请求频率限制:20次/秒。
REST URL
GET https://sdk.xylink.com/api/rest/external/v1/transcription/metadata?enterpriseId=XXX&meetingId=XXXsignature=XXX
请求参数说明:
参数 | 参数类型 | 参数位置 | 必须 | 默认值 | 说明 | 初始平台 |
enterpriseId | String | Query | 是 | 无 | 企业ID,通过管理平台-云视讯API获得 | 5.2-20250926 公有云不存在 |
signature | String | Query | 签名鉴权2.0:否 | 无 | API签名,参考 | 5.2-20250926 公有云不存在 |
meetingId | String | Query | 否 | 无 | 会议 id, transcriptionId/recordingId/meetingId 三选一 | 5.2-20250926 公有云不存在 |
recordingId | String | Query | 否 | 无 | 录制id, transcriptionId/recordingId/meetingId 三选一 | 5.2-20250926 公有云不存在 |
transcriptionId | String | Query | 否 | 无 | 转写 id, transcriptionId/recordingId/meetingId 三选一 | 5.2-20250926 公有云不存在 |
返回结果示例:
[
{
"transcriptionId": "trans123456789",
"entpriseld": "entp987654321",
"meetingRoomId": "room001",
"meetingId": "meet20230724001",
"transcriptionName": "2023-07-24 项目讨论会议记录",
"startTime": 1689681600000,
"endTime": 1689685200000,
"duration": 3600000,
"txtFilePath": "/transcriptions/trans123456789/record.txt",
"txtFileSize": 10240,
"txtFileMd5": "e4d909c290d0fb1ca068ffaddf22cbd0",
"jsonFilePath": "/transcriptions/trans123456789/record.json",
"jsonFileSize": 20480,
"jsonFileMd5": "d41d8cd98f00b204e9800998ecf8427e",
"recordingId": "rec987654321",
"expireTime": 1692273600000,
"storageType": 1
}
]
返回参数说明
参数 | 类型 | 说明 |
transcriptionId | String | 转存 id |
meetingRoomId | String | 会议室号 |
meetingId | String | 会议ID |
transcriptionName | String | 转存名称 |
startTime | Long | 会议开始时间戳 |
endTime | Long | 会议结束时间戳 |
duration | Long | 持续时长(毫秒) |
txtFilePath | String | txt文件存储路径 |
txtFileSize | Long | 文件大小 |
txtFileMd5 | String | 文本文件的MD5哈希 |
jsonFilePath | String | json文件路径 |
jsonFileSize | Long | JSON文件大小 |
jsonFileMd5 | String | JSON文件校验码 |
recordingId | String | 录制 id |
storageType | Integer | 存储介质标识:1:本地存储;2:NFS |
以下仅列出该接口业务逻辑错误码,其他错误码见小鱼RESTAPI错误码