batch_videos_retrieve
开发环境
开发环境
GET
/api/batch-videos/{id}/
batch-videos
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/api/batch-videos//' \
--header 'Authorization;'
响应示例响应示例
{
"id": 0,
"cd": "2019-08-24T14:15:22Z",
"variables": {
"property1": null,
"property2": null
},
"template": {
"id": 0,
"avatar": 0,
"voice": 0,
"text": "string",
"background": 0
},
"status": "draft",
"result": "http://example.com",
"webhook": {
"id": 0,
"cd": "2019-08-24T14:15:22Z",
"url": "http://example.com"
}
}
请求参数
Path 参数
id
integer
必需
Header 参数
Authorization
string
必需
默认值:
Token <api-key>
返回响应
修改于 2024-03-28 09:50:16