Create analyses by languages
Creates one analysis per target language (analyzeByLanguage) for the supplied jobs. Requires the CREATE analysis right (internal users).
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.
Body
Analyses to create
Job uids of jobs from the same project
1 - 100 elementsURL called once the asynchronous analysis creation finishes
Required for type=Compare
1 <= x <= 15Whether the analysis counts source or target word/character units. When true, counts are based on the source language content; when false, counts are based on the target language content. Default: true
When true, confirmed (translated) segments are included in the counts. Default: true
When true, internal fuzzy matches (segments that fuzzily repeat within the analyzed content) are included in the counts. Default: true
When true, locked segments are included in the counts. Default: true
When true, machine translation matches are included in the counts. Default: false. Works only for type=PreAnalyse.
When true, non-translatable segments are included in the counts. Default: false. Works only for type=PreAnalyse.
When true, number-only segments are included in the counts. Default: true
When true, translation memory matches are included in the counts. Default: true. Works only for type=PreAnalyse.
When true, measures the post-editing distance against machine translation matches. Default: false. Works only for type=PostAnalyse.
255When true, measures the post-editing distance for non-translatable segments. Default: false. Works only for type=PostAnalyse.
When true, internal fuzzy repetitions are counted as a separate category instead of being merged into the Repetitions count. Default: false
Used only for type=PreAnalyse. Threshold above which the MT suggestions are not used. Default: value from PreTranslate settings
When true, measures the post-editing distance against translation memory matches. Default: false. Works only for type=PostAnalyse.
Analysis type: PreAnalyse (source segments analysis), PostAnalyse (machine translation post-editing analysis) or Compare (compares word/character counts across workflow levels). Default: PreAnalyse
PreAnalyse, PostAnalyse, Compare Default: false. Use default project settings. Will be overwritten with setting sent in the API call.
Response
OK
Asynchronous request for each created analysis