Skip to main content
GET
cURL

Autorisierungen

Authorization
string
header
erforderlich

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.

Pfadparameter

task_id
string
erforderlich

Antwort

Job Status

status
enum<string>
erforderlich

Current visual translation job status.

Verfügbare Optionen:
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.

Zuletzt geändert am 9. Juli 2026