奇妙元直播接口文档
  1. 直播间_直播间
奇妙元直播接口文档
  • 直播接口必读
  • 直播间_数字人查询
    • 查询数字人详情
      GET
    • 查询数字人接口
      GET
  • 直播间_合成
    • 开始合成直播间
      POST
  • 直播间_台词
    • 修改台词设置信息
      PUT
    • 素材_新增台词某一种素材
      PUT
    • 创建台词
      POST
    • 删除台词
      DELETE
    • 素材_删除台词某一种素材
      DELETE
    • 素材_查询台词的所有素材
      GET
    • 素材_新增或覆盖台词的素材信息(可替代增删改接口)
      PUT
    • 素材_修改台词某一种素材
      PUT
    • 查询台词内容
      GET
  • 直播间_直播间
    • 创建直播间
      POST
    • 删除直播间
      DELETE
    • 查询单个直播间
      GET
    • 分页查询直播间
      GET
    • 查询单个直播间的合成结果
      GET
    • 修改直播间
      PUT
  • 字体信息
    • 字体查询
      GET
  1. 直播间_直播间

查询单个直播间的合成结果

正式环境
http://prod-cn.your-api-server.com
正式环境
http://prod-cn.your-api-server.com
GET
/lbr/main/result/{lbrId}
直播间_直播间

请求参数

Path 参数
lbrId
integer 
lbrId
必需

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://prod-cn.your-api-server.com/lbr/main/result/'

返回响应

🟢200OK
application/json
Body
code
integer <int32>
可选
data
object (LbrInfo) 
可选
查询直播间详情_直播间
appKey
string 
可选
oem的鉴权appkey
coverUrl
string 
封面图
可选
created
string <date-time>
创建时间
可选
duration
integer <int64>
总时长毫秒
可选
height
integer <int32>
直播间视频高
可选
id
integer <int64>
主键
可选
lastUpdateTime
string <date-time>
修改时间
可选
lbrLineInfos
array[object (LbrLineInfo) {20}] 
台词详细信息
可选
name
string 
直播间名称
可选
oemWwid
string 
可选
oem厂商的wwid
status
string 
可选
状态(ing,suc,fail)
statusDesc
string 
失败原因
可选
userId
string 
用户id
可选
width
integer <int32>
直播间视频宽
可选
message
string 
可选
ok
boolean 
可选
示例
{
    "code": 0,
    "data": {
        "appKey": "string",
        "coverUrl": "string",
        "created": "2019-08-24T14:15:22Z",
        "duration": 0,
        "height": 0,
        "id": 0,
        "lastUpdateTime": "2019-08-24T14:15:22Z",
        "lbrLineInfos": [
            {
                "alphaUrl": "string",
                "audioUrl": "string",
                "avatarUrl": "string",
                "contetType": "string",
                "coverUrl": "string",
                "created": "2019-08-24T14:15:22Z",
                "duration": 0,
                "id": 0,
                "lastUpdateTime": "2019-08-24T14:15:22Z",
                "lbrId": 0,
                "magicSpeakerId": "string",
                "resultUrl": "string",
                "sortNum": 0,
                "sourceInfo": [
                    {
                        "avatarInfoId": 0,
                        "bold": 0,
                        "content": "string",
                        "contentType": "string",
                        "created": "2019-08-24T14:15:22Z",
                        "fontname": "string",
                        "fontsize": 0,
                        "height": 0,
                        "id": 0,
                        "italic": 0,
                        "lastUpdateTime": "2019-08-24T14:15:22Z",
                        "lbrLineId": 0,
                        "magicSpeakerId": "string",
                        "primaryColour": "string",
                        "sortNum": 0,
                        "startTime": 0,
                        "stopTime": 0,
                        "underline": 0,
                        "width": 0,
                        "x": 0,
                        "y": 0,
                        "volume": 0
                    }
                ],
                "speakerId": "string",
                "speakerModelType": "string",
                "srtUrl": "string",
                "status": "string",
                "statusDesc": "string",
                "tagVal": "string"
            }
        ],
        "name": "string",
        "oemWwid": "string",
        "status": "string",
        "statusDesc": "string",
        "userId": "string",
        "width": 0
    },
    "message": "string",
    "ok": true
}
🟠401Unauthorized
🟠403Forbidden
🟠404Not Found
修改于 2023-07-10 01:05:47
上一页
分页查询直播间
下一页
修改直播间
Built with