curl --location 'http://openapi-cn01.tange365.com/v2/ai/client/video_highlights/clips?device_id=&start_time=&end_time=&status=&limit=' \
--header 'X-Tg-App-Id: xxx' \
--header 'X-Tg-Platform: {{platform}}' \
--header 'X-Tg-Sdk-Version: 23910000' \
--header 'X-Tg-App-Store: {{appstore}}' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'X-Tg-App-Pkgname: {{pkgname}}' \
--header 'X-Tg-Date: {{currentUTCTime}}' \
--header 'Accept-Language: zh-CN' \
--header 'Authorization: ' \
--header 'X-Tg-Api-Version: 2.1'{
"code": 200,
"msg": "success",
"data": {
"items": [
{
"clip_id": "clip-example-001",
"device_id": "device-001",
"status": "completed",
"phase": null,
"processed_count": 3,
"total_count": 3,
"result_code": 200,
"video_url": "https://media.example.com/highlights.mp4",
"cover_url": "https://media.example.com/cover.jpg",
"duration_seconds": 14,
"asset_available": true,
"material_count": 3,
"created_at": 1790082907,
"completed_at": 1790083091
}
]
}
}