---
title: "Create Video Bg Remover Task"
method: POST
path: "/api/v2/video-rm/create"
tags: ["video bg remover"]
---

# Create Video Bg Remover Task

`POST /api/v2/video-rm/create`

## Query parameters

- `app_id` string, required
- `guest_id` string, required
- `item` unknown

## Request body

- RoutersV2FeaturesVideoBgRemoveV1VideoBgRemoveItem
  - `origin_url` string, required — 源视频地址
  - `output_type` string — 输出类型
  - `model` string — 模型类型
  - `background_color` string — pro(rembg-video) 背景色
  - `duration_seconds` number, nullable — 时长（秒），OSS 读取失败时必填
  - `resolution` string, nullable — 分辨率，如 1280x720 或 720p；OSS 读取失败时必填

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/backgroundremove/apis/fastapi.md) · [All operations](https://skmtc.dev/backgroundremove/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/backgroundremove/fastapi/revisions/f7e2a01db7f3/schema)
