v1

latestOpenAPI 3.0.0Proprietary2026-07-26316155742.7 KB
Quality Profiles

Get Quality Profile by Content Group

Returns the Quality Profile for the given Content Group, listing all active rules that have AI check support enabled. The profile is resolved dynamically to reflect the current state of the linked Content Group.

Optionally filter by locale to retrieve only rules that apply to a specific language.

get/v3/qualityProfiles/{contentGroupId}

Response

Quality Profile resolved successfully.

Example response

{
  "rules": [
    {
      "id": "rule-abc123",
      "text": "The translation must not use passive voice.",
      "locales": [
        "en_us"
      ]
    }
  ]
}