curl --location '/v2/ai/client/video_highlights/clips?device_id=undefined&start_time=undefined&end_time=undefined&status=undefined&limit=undefined' \
--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-1",
"device_id": "device-001",
"status": "completed",
"video_url": "https://example.com/clip.mp4",
"cover_url": "https://example.com/covers/clip-1.jpg",
"duration_seconds": 30,
"material_count": 2,
"created_at": 1710000000,
"completed_at": 1710000030
}
]
}
}