Evaluate segments
Deprecated. Will be removed on October 12, 2026. Use POST /v3/evaluation instead.
Evaluates all segments against each AI Check.
Exactly one of qualityProfileUid or aiCheckUids must be provided.
Requires ADMIN or OWNER IDM role.
Authorizations
Use a Bearer token obtained from Phrase Platform authentication. See the Authentication guide for details on how to obtain a token.
Headers
Media type of the request body.
"application/json"
Body
Request to evaluate translation segments. Exactly one of qualityProfileUid or aiCheckUids must be provided. Supplying both or neither will result in a 400 Bad Request error.
Segments to evaluate.
1 - 200 elementsLocale code compatible with Phrase locale format. Case-insensitive, supports both underscore and hyphen separators (e.g., en_us, en-US, de_de, fr_fr).
"en_us"
Locale code compatible with Phrase locale format. Case-insensitive, supports both underscore and hyphen separators (e.g., en_us, en-US, de_de, fr_fr).
"en_us"
UID of the Quality Profile to use for evaluation. Cannot be combined with aiCheckUids.
List of AI Check UIDs to evaluate against. Cannot be combined with qualityProfileUid. Maximum 3 items.
3Response
Evaluation completed successfully. Returns evaluated segments with per-check results.