---
title: "New Endpoint"
method: GET
path: "/v1/image_translate/single/task/query"
---

# New Endpoint

`GET /v1/image_translate/single/task/query`

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

## Query parameters

- `taskId` string, required
- `needCloudFrontUrl` string

## Headers

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

## 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 — success/fail
    - `block` string — Is there any obstruction. 0 No 1 Yes
    - `width` string — Picture width
    - `height` string — Picture height
    - `format` string — Picture format
    - `content` object[] — Translate content
      - `type` string — Target language
      - `translationList` object[]
        - `translation` string — Translated text
        - `origin` string — Origin text

---

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