content_intelligence:read
The content_intelligence:read scope provides access to AI-generated content intelligence recommendations from the nightly gap analysis pipeline. Recommendations identify content opportunities based on your inventory, search data, seasonal trends, and competitive analysis. Use this scope to list recommendations, view their details, get summary metrics, and dismiss ones you’ve reviewed.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /public/content-intelligence | List recommendations |
GET | /public/content-intelligence/summary | Get summary metrics |
GET | /public/content-intelligence/{id} | Get recommendation details |
PATCH | /public/content-intelligence/{id} | Dismiss a recommendation |
List recommendations
Query parameters
| Name | Type | Default | Description |
|---|---|---|---|
limit | integer | 25 | Results per page (1-100) |
cursor | string | — | Pagination cursor from a previous response |
type | string | — | Filter by single recommendation type (e.g. missing_model_page) |
types | string | — | Filter by multiple types, comma-separated (e.g. missing_model_page,comparison_opportunity) |
priority_min | integer | — | Minimum priority score (0-100) |
status | string | active | Filter by status: active, dismissed, acted_on, expired |
suggested_article_type | string | — | Filter by recommended content type |
Example
Response — 200 OK
Status codes
| Code | Description |
|---|---|
200 | Success |
401 | Missing or invalid API key |
403 | API key does not have content_intelligence:read scope |
429 | Rate limit exceeded |
500 | Internal server error |
Error response — Missing scope
If your API key does not includecontent_intelligence:read, any request to these endpoints returns:
