Skip to main content
The Quality Evaluator API uses Phrase Platform authentication. Generate an API token for Quality Evaluator in the Phrase Platform Settings, then exchange it for a JWT as described in the Platform Authentication guide. Include the JWT in the Authorization header with every request:
curl -X GET "https://eu.phrase.com/quality-evaluator/v3/qualityProfiles/cg-abc123" \
  -H "Authorization: Bearer YOUR_JWT_TOKEN"

Required roles

Most endpoints only require an authenticated caller. Analytics is restricted further:
Access levelEndpoints
Any authenticated userQuality Profile by Content Group
ADMIN or OWNER roleEvaluate segments, Analytics
Requests to restricted endpoints made by users without the required role will receive a 403 Forbidden response.