API
Included with the Agency plan ($199/mo). Your API key arrives in your welcome email and lives on your settings page. Limit: 200 scans / 30 days.
Run a scan
POST https://citedcheck.com/api/v1/scan
Authorization: Bearer cc_live_...
Content-Type: application/json
{
"brand": "Acme CRM",
"domain": "acmecrm.com",
"category": "CRM for small accounting firms",
"extended": true // optional: +25 category prompts
}Response
{
"score": 23,
"report_url": "https://citedcheck.com/report/<token>",
"results": {
"score": 23,
"categoryMentionRate": 14,
"citationRate": 10,
"queries": [ { "query": "...", "brandMentioned": false, "domainCited": false,
"recommendedBrands": ["..."], "answerExcerpt": "..." } ],
"topCompetitors": [ { "name": "...", "count": 4 } ],
"actionBriefs": [ { "query": "...", "brief": "..." } ],
"summary": "..."
}
}Scans run synchronously (30–90s). 401 = bad key · 429 = rate limit or daily capacity. Questions: hello@donepins.com.
© 2026 Digital Empire LLC