Remove object from video
视频 (Veo)
从视频中移除物体
Remove an object from a specific area of the video using a mask. White areas in the mask indicate the object to remove. imageMask is required for removal operations.
POST
Remove object from video
概述
使用蒙版图像从之前生成的视频中移除特定区域的物体。授权
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
请求体
application/json
Video ID (mediaId) from a previously generated video
示例:
"CAUSJD..."
Base64 encoded JPEG image mask (required). White areas indicate the object to remove.
示例:
"/9j/4AAQSkZJRg..."
Prompt describing what to remove (can be empty string)
示例:
"remove the white cloud"
响应
201 - application/json
task id, used to get task result later