본문으로 건너뛰기

Batch Text/HTML Translation

API 개요

  • 일괄 번역 결과

API URL

요청 파라미터

Body

필드유형설명필수
formatstring선택 값: text,html
기본값: text
거짓
fromLangstringSource language, two-letter language code(ISO 639-1 standard), default value: auto
거짓
toLangstringTarget language, two-letter language code(ISO 639-1 standard)
sourceTextMapobjectKey-value pair format
key is the unique identifier of the text to be translated, can be used to correspond to source text,
value is the text to be translated.
eg.: { "1": "男士T恤衫", "2": "夏季裙子"}
scenestringTranslation scene, optional values:
title(product title)
description(product detailed description)
chat(for the communication scenario with e-commerce buyers and sellers)
other(other common scenarios)

인증

다음으로 이동하여 콘솔-계정 센터 apiToken을 발급받으세요.

apiToken을 요청 파라미터에 추가하세요. 아래 요청 예시를 참고하세요.

요청 예시

응답 예시

Loading...