PrinceMarketing.aiPrinceMarketing.ai

Quality Scoring System

Every generation is scored across 12 dimensions by a critic agent powered by Claude. You can also score external assets using the standalone scoring endpoint.

12 Dimensions

Clarity1.0xHow clear and immediately understandable is the message or visual?
Composition1.0xVisual balance, framing, rule of thirds, negative space.
Brand Alignment1.0xConsistency with brand visual identity and voice.
Emotional Impact1.0xDoes the asset evoke the intended emotional response?
Technical Quality1.0xResolution, sharpness, noise levels, rendering quality.
Originality1.0xHow distinctive and non-generic is the output?
Message Effectiveness1.0xDoes the core message land with the target audience?
Visual Hierarchy1.0xClear focal point and reading order.
Color Psychology1.0xColors support emotional intent and brand palette.
Typography1.0xReadability, hierarchy, font pairing.
CTA Strength1.0xClear, compelling, action-oriented call-to-action.
AI Artifact Detection1.3xAbsence of AI tells: malformed hands, text gibberish, uncanny faces.

Quality Tiers

Starter

7.0+

Pro

8.0+

Agency

8.5+

Score an external asset

Standalone scoring
curl -X POST https://api.princemarketing.ai/v1/score \
  -H "Authorization: Bearer pk_live_YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "type": "copy",
    "prompt": "Social media post for fintech launch",
    "resultContent": "Your money just got smarter...",
    "qualityTier": "pro"
  }'
POST/v1/score

Score any asset against the 12-dimension quality system.

type*
string

Asset type: image, video, or copy.

prompt*
string

Original creative brief or prompt.

resultUrl
string

URL of the image/video to score. Required for image/video.

resultContent
string

Text content to score. Required for copy.

qualityTier
stringdefault: pro

Quality tier for pass/fail determination.