Skip to main content
Call this API to query the result of a translation job that has already been submitted.

API call description

API overview

  1. Construct the document to be translated, as shown in the following example.

Note

Only .xlsx, .xls, .csv, and .txt files are supported.
  1. Call the Upload a file in a single step API to obtain the media_id.
  2. Call the Asynchronously translate Contacts IDs API to obtain the translation job ID.

Note

After you call the Asynchronously translate Contacts IDs API, if the file is translated successfully, an asynchronous job callback notification is triggered. 4. Call this API to obtain the download link of the translated file.

Note

It is recommended that the returned file download link be referenced using an <a> tag. The download attribute must not be specified (due to browser compatibility issues). 5. The user downloads the file, the content of which is shown in the following example.

Request

Basic information

Request header

Query parameters

Request example

HTTP
Java
Python
PHP
Go
Node.js
C#
C

Response

Response body

Response body example

Error codes

If an error is returned when you call this API, refer to the Global error codes document to find a solution based on the error message.