快工助手跨境电商知识与商机助手

Significant OpenAPI Updates for Video

Shopee 官方资料 · Shopee Open Platform 变更通知(Announcements) · 适合开发者

stable本次发布有变化全部展示

来自 Shopee 官方资料快照 ·

打开官方原文 ↗
  1. 当前资料结构化阅读页
  2. 固定快照已留存,可追溯
  3. 官方原文可核对
查看技术与溯源信息
平台 / profile
Shopee / profile.shopee.announcements
语言
en
发布版本
cn-20260909-2
标签
zhuge/sourceplatform/shopeeaudience/developercategory/announcementtopic/apitopic/api-videotopic/changelogtopic/developertopic/openapi-updates

资料正文

§1 Significant OpenAPI Updates for Video

Dear Developers

Please find below the OpenAPI updates released this time. These changes aim to enhance functionality, improve flexibility, and provide better integration support.

#

§2 1. Video APIs Add AIGC Label Field

1. Video APIs Add AIGC Label Field

Background

To support AIGC content labeling in Shopee Video management, Shopee will add the aigc_label field to Video OpenAPIs.

This field is provided by the user and is used to indicate whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts.

Update Details

v2.video.edit_video_info / v2.video.get_video_detail will add the aigc_label field to indicate whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts.

APIFieldTypeDescription
v2.video.edit_video_infoaigc_labelNew Request FieldIndicates whether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts. Set to true if it does; otherwise, set to false. An AI label will be shown to viewers when set to true.
v2.video.get_video_detailaigc_labelNew Response FieldWhether the video contains AI-generated or AI-assisted content, such as visuals, voice, avatars, or scripts. Returns true if the video contains AI-generated or AI-assisted content, otherwise, returns false.

Note:

  • Please ensure that sellers provide aigc_label truthfully based on the actual video content. If a seller marks a video containing AI-generated or AI-assisted content as false, but the platform later determines that the video is AI-generated or AI-assisted, the behavior may be considered a violation and penalty points may be issued. If penalty points accumulate, the seller's related permissions may be restricted or disabled.
  • Please adjust your Shopee Video editing and detail query logic based on the new field to correctly provide and identify whether a video contains AI-generated or AI-assisted content.

Related APIs

v2.video.edit_video_info

v2.video.get_video_detail

Effective Date

2026-09-03

尊敬的开发者

请查收本次的 OpenAPI 功能更新。这些改动旨在提升功能灵活性、优化使用体验,并为集成提供更好的支持。

#

§3 1. Video 接口新增 AIGC 标识字段

1. Video 接口新增 AIGC 标识字段

背景

为支持 Shopee Video 管理场景下的 AIGC 内容标识,Shopee 将在 Video 相关 OpenAPI 中新增 aigc_label 字段。

该字段由用户自行传入,用于标识视频是否包含 AI 生成或 AI 辅助生成的内容,例如视觉内容、声音、虚拟形象或脚本。

更新内容

v2.video.edit_video_info / v2.video.get_video_detail 将新增 aigc_label 字段,用于表示视频是否包含 AI 生成或 AI 辅助生成的内容,例如视觉内容、声音、虚拟形象或脚本。

APIFieldTypeDescription
v2.video.edit_video_infoaigc_labelNew Request Field视频是否包含 AI 生成或 AI 辅助的内容,例如视觉效果、语音、头像或脚本。 如果视频包含 AI 生成或 AI 辅助的内容,则传入 true;否则,传入 false。
v2.video.get_video_detailaigc_labelNew Response Field视频是否包含 AI 生成或 AI 辅助的内容,例如视觉效果、语音、头像或脚本。如果视频包含 AI 生成或 AI 辅助的内容,则返回 true;否则,返回 false。

Note:

  • 请开发者确保卖家根据视频实际内容如实传入 aigc_label。如果卖家将包含 AI 生成或 AI 辅助生成内容的视频标识为 false, 但后续被平台判定为 AI 视频,该行为可能被判定为违规,并产生处罚分。处罚分累积后,卖家的相关权限可能会被限制或禁用。
  • 请开发者根据新增字段调整 Shopee Video 编辑及详情查询相关逻辑,以正确传入和识别视频是否包含 AI 生成或 AI 辅助生成内容。

相关接口

v2.video.edit_video_info

v2.video.get_video_detail

生效日期

2026-09-03

#