---
title: "Create Video Bg Remover Task"
method: POST
path: "/api/vmodel/v1/free/video/chroma"
tags: ["video bg remover to ffmpeg"]
---

# Create Video Bg Remover Task

`POST /api/vmodel/v1/free/video/chroma`

## Query parameters

- `app_id` string, required
- `user_id` string, required

## Request body

- RoutersVmodelFreeFreeVideoBgRemoveChromaVmodelV1VideoBgRemoveItem
  - `origin_url` string, required — 源视频地址
  - `input_url` string, required — 用户视频地址
  - `type` string — 输入文件类型
  - `chroma_color` string — 颜色
  - `quality_preset` string — 颜色

## 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)
