---
title: "Upload Img Edit Source"
method: POST
path: "/api/v2/img-edit/upload"
tags: ["img edit"]
---

# Upload Img Edit Source

`POST /api/v2/img-edit/upload`

## Query parameters

- `app_id` string, required
- `guest_id` string, required

## Request body

- ImgEditUploadItem
  - `origin_url` string, required — 原图 URL
  - `platform` 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)
