Evaluate segments
Evaluates all segments against the AI Checks resolved from the given Content Group.
When no checks are associated with the Content Group, all segments are returned with an empty results array — no error is raised.
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
"application/json"
Body
Request to evaluate translation segments using AI Checks resolved from a Content Group.
ID of the Content Group whose AI Checks are used for evaluation.
Segments to evaluate. Each segment's id is required and must be unique within the request.
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"
Response
Evaluation completed successfully. Returns evaluated segments with per-check results.