文本检测列表作业
开发环境
http://dev-cn.your-api-server.com
开发环境
http://dev-cn.your-api-server.com
GET
/v2/video/text_detection_async
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/v2/video/text_detection_async' \
--header 'Authorization;'
响应示例响应示例
{
"jobs": [
{
"providers": "['amazon', 'twelvelabs', 'google']",
"nb": 3,
"nb_ok": 3,
"public_id": "9b3a524f-f616-47d4-bad4-f2a328039958",
"state": "finished",
"created_at": "2024-04-08 10:28:12.345569"
},
{
"providers": "['amazon', 'twelvelabs', 'google']",
"nb": 3,
"nb_ok": 3,
"public_id": "a2042a48-9c56-4bc5-be30-bcc632ba48e9",
"state": "finished",
"created_at": "2024-04-08 09:28:12.345595"
},
{
"providers": "['amazon', 'twelvelabs', 'google']",
"nb": 3,
"nb_ok": 3,
"public_id": "4e725db6-6b7c-4b3f-b326-e6922318c7ea",
"state": "finished",
"created_at": "2024-04-08 08:28:12.345606"
}
]
}
请求参数
Header 参数
Authorization
string
必需
默认值:
Bearer <your_key>
返回响应
修改于 2024-04-11 06:01:14