Get Whitespace Candidates
Partner ProgramAuthentication requiredget_whitespace_candidates
Return ranked information gaps for the selected brand, with observed demand, supply weakness, corroboration, score, status, and raw supporting evidence.
Access: Partner Program or approved access with read_brand permission
When to use
Use before recommending new content, citation work, or a source-remediation campaign.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| min_score | number | No | Minimum composite score. |
| status |
string
newpinnedtargetedhelddismissed |
No | Candidate status filter. |
| platform |
string
chatgptperplexitygeminicopilotai_overviewshumann/a |
No | Require evidence from a platform. |
| limit | number | No | Maximum candidates; default 25, maximum 100. |
| offset | number | No | Pagination offset. |
| evidence_limit | number | No | Evidence rows per candidate; default 10, maximum 50. |
| brand_slug | string | No | Brand selector for internal superadmin keys. Brand-scoped keys ignore it; OAuth users select an authorized brand with brand_id. |
Try this in Claude
Show me our highest-confidence AI information gaps.
Example request
{
"min_score": 60,
"status": "new",
"limit": 10
}
Example response coming soon.
