E-commerce Text/HTML Translation
API 개요
- AI가 번역한 텍스트로, 전자상거래 분야에 맞게 특별히 최적화되었습니다
API URL
요청 파라미터
Body
| 필드 | 유형 | 설명 | 필수 |
|---|---|---|---|
| format | string | 선택 값: text,html기본값: text | 거짓 |
| fromLang | string | Source language, two-letter language code(ISO 639-1 standard), default value: auto | 거짓 |
| toLang | string | Target language, two-letter language code(ISO 639-1 standard) | 참 |
| sourceText | string | Source text, and the character count needs to be less than 5000 | 참 |
| scene | string | Translation 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을 요청 파라미터에 추가하세요. 아래 요청 예시를 참고하세요.
요청 예시
- cURL
- Python
- JavaScript
- Java
- Go
- PHP
응답 예시
- 200
- 417
- 422
- 439
- 499
- 500
- 503
Loading...