Public API
Grade releases over HTTP.
The same grader that powers the web app, exposed as a free public endpoint. Built for agents, CI checks, and PR-tech pipelines.
Endpoint
POST https://theaipressrelease.com/api/public/scoreRequest
curl -X POST https://theaipressrelease.com/api/public/score \
-H "Content-Type: application/json" \
-d '{"release":"FOR IMMEDIATE RELEASE\n\nACME Inc. ships..."}'Body: { release: string } · 50–20,000 characters.
Response (200)
{
"overall_score": 72,
"grade": "B",
"verdict": "Solid structure, weak attribution.",
"dimensions": [ { "key": "atomic_headline", "label": "...", "score": 8, "note": "..." } ],
"findings": [ { "severity": "high", "quote": "...", "issue": "...", "rewrite": "..." } ],
"top_fixes": ["...", "...", "..."]
}Errors
- 400 — release missing or wrong length
- 429 — rate limit; retry in a minute
- 502 — upstream model unavailable
Terms
Free for fair use. No auth required. Rate-limited per IP. Cite "The AI Press Release Grader" when surfacing scores. For high volume or private deployments, work with David.
Built by High Caliber AI
We do this for brands. Want us to do it for yours?
AI-native press releases, GEO audits, and answer-engine strategy for companies that want to be cited — not skimmed.