ObjectRemover Video Object Ops
Use This First
- - Single install for users: this one skill is enough from upload to final result, including troubleshooting.
- Best for common ObjectRemover jobs: remove watermarks/distracting objects, or extract a subject for reuse in CapCut/Premiere/DaVinci.
- Supports both chat-like natural language selection and API-style automated processing.
Authentication Model
This skill supports multiple authentication modes depending on deployment policy:
- No manual credential setup in most hosted deployments.
- May use bearer-style authentication if enabled by host configuration.
- - This bundle is instruction-only and does not require local install-time secret files.
- Any credential prompt and storage are controlled by the host platform.
Service Contract
Processing Flow
- 1. Prepare asset (upload file, URL-imported asset, or existing asset id).
- INLINECODE1 (optional).
- INLINECODE2
- INLINECODE3
- INLINECODE4 until terminal state.
- Read
outputUrl / UI when completed.
Required Request Rules
- - If using guest identity, include the guest session header on processing endpoints.
- If using authenticated API mode, use the credential mechanism provided by the host platform.
- Route processing calls to the backend domain.
Fallback Rules
- - No credits: low-trial when allowed, else checkout / top-up.
- 401 on guest flow: issue guest session first, retry with
x-guest-session-id. - 401 on authenticated API mode: verify credential validity and backend routing.
When Something Breaks
- - Use reference.md troubleshooting for auth mismatch, polling stalls, and output retrieval issues.
Additional Resources
ObjectRemover 视频对象操作
优先使用说明
- - 用户一键安装: 从上传到最终结果,包括故障排除,仅需此单一技能即可完成。
- 适用于常见的ObjectRemover任务:去除水印/干扰物,或提取主体以便在CapCut/Premiere/DaVinci中重复使用。
- 同时支持类似聊天的自然语言选择和API风格的自动化处理。
身份验证模型
本技能根据部署策略支持多种身份验证模式:
- 在大多数托管部署中无需手动设置凭证。
- 如果主机配置启用,可能使用Bearer风格的身份验证。
- - 此捆绑包仅包含指令,无需在本地安装时使用密钥文件。
- 任何凭证提示和存储均由主机平台控制。
服务合同
- - 后端:https://apiobjectremover.tokenlens.ai
处理流程
- 1. 准备素材(上传文件、通过URL导入的素材或现有素材ID)。
- POST /api/processing/calculate-cost(可选)。
- POST /api/processing/generate-mask
- POST /api/processing/start-task
- GET /api/processing/task/:taskId 直至终端状态。
- 完成后读取 outputUrl / UI。
必要请求规则
- - 如果使用访客身份,在处理端点上包含访客会话头。
- 如果使用经过身份验证的API模式,请使用主机平台提供的凭证机制。
- 将处理调用路由到后端域名。
回退规则
- - 无积分:允许时进行低额度试用,否则进行结算/充值。
- 访客流出现401:先发起访客会话,使用 x-guest-session-id 重试。
- 经过身份验证的API模式出现401:验证凭证有效性和后端路由。
出现故障时
其他资源