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

# New Endpoint

`POST /v1/image_translate/batch/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
  - `fileIds` string[], required — Obtain after uploading through the upload interface.
  - `languages` string[], required — Support：English、Filipino、French、German、Indonesian、Italian、Russian、Spanish、Swahili、Turkish、Vietnamese、Arabic、Hindi、Simplified Chinese
  - `noticeUrl` string — 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
    - `status` string
    - `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)
