Complete

Complete Job (Sandbox Only)

POST | https://sandbox.strakertranslations.com/v3/translate/complete

This function is only available in the Sandbox. It is used to update a job's status to Completed. It will also machine translate content in the RESX format. You may also use the form provided in the Sandbox Explorer to complete jobs.

Request Headers

API requests are authenticated by the Bearer Token.

Content-Type: multipart/form-data; charset=utf-8; Authorization: Bearer {access_token}

Parameters

Name Type Description Required
job_key string The job UUID key generated when you created the job. Yes

Response Example

{
"job": [
{
"workflow": "TRANSLATION",
"job_key": "3CEB930D-5E8A-4F15-84EEF836DB762A24",
"token": "token",
"sl": "English",
"review": "false",
"purchase_order": "",
"translated_file": [],
"status": "COMPLETED",
"tj_number": "",
"wordcount": 0,
"created_at": "19/10/2017",
"priority": 0,
"reserved_word": "",
"source_file": "sample.resx",
"callback_uri": "http://myapi.php",
"title": "Job title",
"lead_time": 0,
"tl": "Chinese_Simplified,Japanese",
"translation_type": "file"
}
]
}