Create analysis
Returns created analyses - batching analyses by number of segments (api.segment.count.approximation, default 100000), in case request contains more segments than maximum (api.segment.max.count, default 300000), returns 400 bad request.
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
Analysis to create
When true, creates one analysis per target language instead of a single combined analysis. Default: false.
false
When true, creates one analysis per assigned provider instead of a single combined analysis. Default: false.
false
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, not confirmed segments are included in the counts. Default: true
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.
Job uids of jobs from the same project
1 - 50000 elementsWhen 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