curl --location '/video' \
--header 'apiKey: <api-key>'{
"count": 10,
"rows": [
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"publicId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"name": "A cat walking on the beach",
"status": 2,
"statusText": "success",
"errorMessage": "",
"url": "https://s3.ap-southeast-1.amazonaws.com/coco-bucket/video_output_01.mp4",
"thumbnailUrl": "https://s3.ap-southeast-1.amazonaws.com/coco-bucket/video_thumb_01.jpg",
"createdDate": "2026-08-28T14:30:00.000Z"
}
]
}