Create a pre-translation job
Triggers a pre-translation job for a resource within a project, addressed
by translatable_type (locale, job, translation_key, or upload)
and translatable_id (its ID).
Enqueues machine translation using the project’s configured MT engine.
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Path Parameters
Project ID
Body
Response
Accepted
"abcd1234cdef1234abcd1234cdef1234"
Current execution state of the pre-translation job. Jobs start as pending while queued, transition to running while executing, and settle to success or error.
pending, running, success, error Resource type that was pre-translated.
locale, job, translation_key, upload ID of the targeted resource (locale ID, job ID, key ID, or upload ID).
"abcd1234cdef1234abcd1234cdef1234"
Error message. null unless the job's status is error.