视频徽标检测列表作业
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v2/video/logo_detection_async
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/video/logo_detection_async' \
--header 'Authorization;'
响应示例响应示例
{
"jobs": [
{
"providers": "['twelvelabs', 'google']",
"nb": 2,
"nb_ok": 2,
"public_id": "1cf83c96-ac14-49db-8663-f884813ce238",
"state": "finished",
"created_at": "2024-04-08 10:28:19.377480"
},
{
"providers": "['twelvelabs', 'google']",
"nb": 2,
"nb_ok": 2,
"public_id": "3a81025c-556a-4248-8430-1515debe19f2",
"state": "finished",
"created_at": "2024-04-08 09:28:19.377503"
},
{
"providers": "['twelvelabs', 'google']",
"nb": 2,
"nb_ok": 2,
"public_id": "74f294f5-6206-48b9-95ef-77ce2120e110",
"state": "finished",
"created_at": "2024-04-08 08:28:19.377515"
}
]
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer <your_key>
返回响应
修改于 2024-04-10 09:38:18