# Video detail video data Endpoint: GET /video/detail Version: 1.0.0 Security: MuseumPlaceholderAuth ## Query parameters: - `video_ids` (array, required) maxinum 10,comma separeted Example: ["7117191641181555995","7117918823398853915","7139527947681008923"] ## Response 200 fields (application/json): - `user_id` (string) Example: "6821403084742394882" - `video_id` (string) Example: "7153518270484679963" - `region` (string) Example: "US" - `unique_id` (string) Example: "shopmenhep" - `video_desc` (string) Example: "jangan lupa nnti malam join di live kami menyedikan berbagai jenis baju koko muslim pria #bajukokopria #kokokurta #bajukoko #fyp " - `create_time` (string) Example: "1665558271" - `reflow_cover` (string) Example: "https://d304ly0se1sg9m.cloudfront.net/video-cover/697/7153518270484679963.webp" - `duration` (string) Example: "15" - `ratio` (string) Example: "720p" - `height` (string) Example: "1024" - `width` (string) Example: "576" - `data_size` (string) Example: "2695884" - `total_digg_cnt` (integer) Example: 1 - `total_views_cnt` (integer) Example: 1 - `total_comments_cnt` (integer) Example: 1 - `total_shares_cnt` (integer) Example: 1 - `total_favorites_cnt` (integer) Example: 1 - `total_video_sale_cnt` (integer) Example: 1 - `total_video_sale_gmv_amt` (number) Example: 1 - `total_digg_1d_cnt` (integer) Example: 1 - `total_digg_7d_cnt` (integer) Example: 1 - `total_digg_30d_cnt` (integer) Example: 1 - `total_views_1d_cnt` (integer) Example: 1 - `total_views_7d_cnt` (integer) Example: 1 - `total_views_30d_cnt` (integer) Example: 1 - `sales_flag` (integer) Example: 1 - `created_by_ai` (string) Example: "true" ## Response 403 fields (application/problem+json): - `code` (integer) Example: 403 - `message` (string) Example: "Usage Limit Exceeded, Please Contact Administrator to Increase Quota" ## Response 429 fields (application/problem+json): - `code` (integer) Example: 429 - `message` (string) Example: "speed limit" ## Response 500 fields (application/problem+json): - `code` (integer) Example: 500 - `message` (string) Example: "inner error" ## Response 504 fields (application/problem+json): - `code` (integer) Example: 504 - `message` (string) Example: "timeout"