CueFrame

Verify (score) a composition in a compose session

Score the composition with the server-side judge inside the warm session box: it samples the meaningful eval beats, renders them, and grades four criteria (editorial, spatial, brand, caption) returning per-criterion scores 0–10, a weighted composite, and a worst-first critique. Use the critique to fix the lowest criterion, then re-verify. The scoring rubric is server-side and never returned.

POST
/v1/projects/{id}/compose-session/{sessionId}/verify

Authorization

AuthorizationBearer <token>

API key auth. Prefix cf_live_ for production orgs, cf_test_ for sandbox.

In: header

Path Parameters

id*string
sessionId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X POST "https://example.com/v1/projects/string/compose-session/string/verify" \  -H "Content-Type: application/json" \  -d '{}'
{  "perCriterion": {    "editorial": {      "score": 0,      "critique": "string"    },    "spatial": {      "score": 0,      "critique": "string"    },    "brand": {      "score": 0,      "critique": "string"    },    "caption": {      "score": 0,      "critique": "string"    }  },  "composite": 0,  "critique": "string",  "beats": [    0  ]}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}
{  "error": {    "code": "string",    "message": "string",    "details": {      "property1": null,      "property2": null    }  }}