ACE (Agentic Commerce Engine)
API ReferenceUtilsReview quality

Score review quality

POST
/utils/review-quality

Compute the blended 0 to 100 quality score for one or many items from their content-quality, SEO, AI-readability, and optional brand-voice dimensions. Pure and free. Requires the utils:read scope.

Authorization

AuthorizationBearer <token>

API key in the Authorization header: Authorization: Bearer ace_live_.... Use an ace_test_... key for the free, rate-capped sandbox.

In: header

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

curl -X POST "https://example.com/utils/review-quality" \  -H "Content-Type: application/json" \  -d '{    "items": [      {        "contentQuality": 0,        "seoScore": 0,        "aiReadability": 0      }    ]  }'
{  "data": null}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}
{  "error": {    "code": "INSUFFICIENT_CREDITS",    "message": "Not enough credits for this request.",    "details": null  }}