---
title: "New Endpoint"
method: POST
path: "/v1/video_process/task/submit"
---

# New Endpoint

`POST /v1/video_process/task/submit`

This is your first endpoint! Edit this page to start documenting your API.

## Headers

- `Topview-Uid` string, required
- `Authorization` string, required

## Request body

- object
  - `inputVideoFileId` string, required — Original video file ID <br/>1. Video format support: MP4, MOV, AVI <br/>2. The video size cannot exceed 200MB, with a maximum length of 60s
  - `noticeUrl` string, required — NoticeUrl. Please refer to the **[API documentation for details NoticeUrl](https://docs.topview.ai/reference/post_notice-notice-url-check#/)**

## Response `200`

- object
  - `code` string, required — 200:success Other:fail
  - `message` string, required
  - `result` object — When code is 200, the result content will be returned.
    - `taskId` string, required
    - `status` 'success' | 'fail', required
    - `errorMsg` string
    - `noticeUuid` string

---

[API](https://skmtc.net/topview/apis/image-character-swap-apis-editable-in-readme.md) · [All operations](https://skmtc.net/topview/apis/image-character-swap-apis-editable-in-readme/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/topview/image-character-swap-apis-editable-in-readme/revisions/83cd46ca7859/schema)
