ACE (Agentic Commerce Engine)
API ReferenceUtilsAgentic readiness

Score agentic readiness

POST
/utils/agentic-readiness

Score how consumable each product is by AI shopping agents (0 to 100 with a tier), plus a batch summary. 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/agentic-readiness" \  -H "Content-Type: application/json" \  -d '{    "products": [      {}    ]  }'
{  "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  }}