---
title: "Create Ghibli Task"
method: POST
path: "/api/vmodel/v2/task"
tags: ["imageghibli"]
---

# Create Ghibli Task

`POST /api/vmodel/v2/task`

## Query parameters

- `app_id` string, required

## Request body

- GhibliItem
  - `image` string, required — 原始图片地址
  - `aspect_ratio` string — 图片长宽比

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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