batch_video_templates_retrieve
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/api/batch-video-templates/{id}/
batch-video-templates
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/api/batch-video-templates//' \
--header 'Authorization;'
响应示例响应示例
{
"id": 0,
"avatar": {
"id": 0,
"name": "string",
"preview": "http://example.com",
"frame_width": 0,
"frame_height": 0
},
"voice": {
"id": 0,
"name": "string",
"label": "string",
"provider": "amazon",
"sex": "male",
"language": "string",
"language_code": "string"
},
"text": "string",
"background": {
"id": 0,
"name": "string",
"tag": "general",
"file": "http://example.com",
"compressed_file": "http://example.com",
"width": 0,
"height": 0
}
}
请求参数
Path 参数
id
integer
必需
Header 参数
Authorization
string
必需
默认值:
Token <api-key>
返回响应
修改于 2024-03-28 09:50:16