Order Translation

Request that orders a new Translation language for a video that has been previously Transcribed and/or Translated. The New Job ID and job target language will be returned upon completion.

HTTP Method

GET /api/job/translate

Query String Parameters - Required

Name Details
api_token Description The API token used for this session
Allowed Values Hex String
Example api_token=7ca5dc5c7cce449fb0fff719307e8f5f
job_id Description The ID of the job
Allowed Values Hex String
Example job_id=64bea283eff6475ea6596027a6ba0929
target_languages Description The language(s) being ordered
Allowed Values URL Encoded String (see allowed languages for language code)
Example target_languages=fr%2Cde

Query String Parameters - Optional

Name Details
approve_uplevel Mechanical, Premium, Caption Import Jobs must be upleveled before a Translation can be ordered. If ordering a translation on a Mechanical/Premium/Caption Import job this parameter becomes required
Allowed Values yes, no, t, f, true, false
Example approve_uplevel=yes

Example Requests

GET /api/job/perform_transcription?v=1
&api_token=28beb5ecb23f498ea2e71efa49e0fd10
&job_id=f5b0a29c28804326ac6840863dfde14b
&target_languages=fr%2Cde
Host: api.cielo24.com

Example Response

HTTP/1.1 201 CREATED
Content-Type: application/json

{"translation_job_ids": ["91aa19d058aa42b1ac98339a24a36503"], "message": "Child Translation Created for de. Child Translation already exists for fr"}