- TTS
- HTTP中转站
- LLM
- 字幕打印机
- 虚拟身体(数字人)
- 数字人视频播放器
- live2d-TTS-LLM-GPT-SoVITS-Vtuber
- LiveTalking
- 平台
- 设置配置 set_configPOST
- 系统命令 sys_cmdPOST
- 发送数据 sendPOST
- 数据回调 callback接口POST
- 获取系统信息 get_sys_info GET
- 文本转语音 ttsPOST
- 大语言模型对话 llmPOST
show 播放视频
开发中
POST
http://127.0.0.1:8091/show
请求参数
Body 参数application/json
type
string
必需
audio_path
string
必需
video_path
string
必需
captions_printer
object
可选
content
string
必需
start_delay
integer
必需
keep_time
integer
必需
insert_index
integer
必需
默认值:
-1
move_file
boolean
可选
默认值:
true
示例
{
"type": "local",
"audio_path": "",
"video_path": "E:\\GitHub_pro\\digital_human_video_player\\output\\video_player\\_internal\\static\\20240422_210605.mp4",
"insert_index": -1
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://127.0.0.1:8091/show' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "local",
"audio_path": "",
"video_path":"E:\\GitHub_pro\\digital_human_video_player\\output\\video_player\\_internal\\static\\20240422_210605.mp4",
"insert_index": -1
}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
message
string
必需
示例
{
"code": 200,
"message": "操作成功"
}
修改于 2024-09-03 01:53:04