外观
AI插件工具
442 字约 1 分钟
2025-06-16
重要
目前,各大智能体平台的插件工具开发与封装,大多数都是基于对API的配置。
建议大家在开发自有AI插件工具前,先调用API体验短视频制作的具体功能,再根据 自有业务的需求,对AI插件工具,进行针对性的微调 ,可以事半功倍!
API调用制作短视频
API调用
curl -XPOST 'https://enterprise.qulang8.cn/api/shortVideo/makeVideoByToken' \
--header 'Content-Type: application/json' \
-d '{
"token": "Your_API_Token",
"videoTemplateId": "h5",
"bgAudio": {},
"content": "各位朋友们,大家好!今天要教大家如何在JSON转Video中,为视频内图片元素添加滑入、旋转、滑出的动效。",
"captions": {
"styles": {
"textShadow": "none",
"color": "#fff",
"background": "rgba(0,0,0,.6)"
}
},
"audioType": "FeTl3oaVOlQKL8JR",
"componentList": [
{
"type": "audio",
"opts": {
"itemList": [
{
"url": "https://p3-bot-sign.byteimg.com/tos-cn-i-v4nquku3lp/2303b18d5178414f92389a31d00f7135.mp3~tplv-v4nquku3lp-image.image?rk3s=68e6b6b5&x-expires=1752632601&x-signature=K0FM%2F9YfqE9EOPuDAQxXOVjV7Bs%3D"
}
]
}
},
{
"type": "img",
"opts": {
"styles": {
"position": "absolute"
},
"imgList": [
{
"delay": 0,
"keepTS": 300000,
"styles": {
"width": "100%",
"height": "100%",
"left": 0,
"top": 0
},
"url": "https://p6-bot-sign.byteimg.com/tos-cn-i-v4nquku3lp/d6e2c25bc000471c88b2f2df8f94e8d0.png~tplv-v4nquku3lp-image.image?rk3s=68e6b6b5&x-expires=1752631660&x-signature=sDYOAqLLy3kZq0n5JgoVxVgdjJA%3D"
},
{
"delay": 1000,
"keepTS": 300000,
"styles": {
"width": "40%",
"height": "40%",
"left": "30%",
"top": "30%",
"animation": "1s fadeInLeft 1, 5s linear 1s flip infinite, 1s 6s fadeOutRight 1"
},
"url": "https://p6-bot-sign.byteimg.com/tos-cn-i-v4nquku3lp/7a7e01cf02854cdeb219b90e5509a458.png~tplv-v4nquku3lp-image.image?rk3s=68e6b6b5&x-expires=1752631988&x-signature=2frsSVkbGOK98FgsroxbzFt%2FE3Q%3D"
}
]
}
}
]
}'
插件工具封装
【视频】插件工具封装
视频由【趣浪吧视频服务】API生成