Skip to main content
GET
cURL

授权

Authorization
string
header
必填

Bearer authentication header of the form Bearer <api_key>, where <api_key> is your API Key. The token in the sample code is referring to this api_key as well.

路径参数

task_id
string
必填

响应

Job Status

status
enum<string>
必填

Current visual translation job status.

可用选项:
queuing,
processing,
done,
failed
err_code
string

Error code (present when status is failed).

err_message
string

Error message (present when status is failed).

result
object

Result URLs when available.

最后修改于 2026年7月9日