Pre-translate job
Starts pre-translation for one or more jobs. Returns HTTP 202 immediately; translation runs asynchronously.
Precondition: Every job must have importStatus.status == "OK" (check via Get job).
Submitting a job before import completes returns 400 JOB_NOT_READY.
Async tracking: The response body contains an asyncRequest object. Poll
Get asynchronous request (action: PRE_TRANSLATE)
to track completion. asyncResponse is null while pending.
Alternative: Set preTranslate: true in the Memsource header when calling
Create job to trigger pre-translation automatically after import,
removing the need to poll importStatus.status first.
Documentation Index
Fetch the complete documentation index at: https://developers.phrase.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Get a token from auth/login endpoint and then pass it in the Authorization HTTP header in every subsequent API call. For more information visit our help center.
Path Parameters
Body
Jobs to be pre-translated
1 - 100 elementsPre-translate settings
LOCKED, NOT_LOCKED If pre-translate settings from project should be used.
If true, preTranslateSettings values are ignored. Default: false