DocsAPI ReferenceNewsroom/bff/newsroom/rebuild-shortlist
postNewsroomAdmin BFF

/bff/newsroom/rebuild-shortlist

Recomputes the daily TOP-N selection from existing enrichment data, without re-running AI.

NewsroompostBffNewsroomRebuild-shortlist

Parameters

2 body

2 total
Body · 2
sizenumber
shortlistDatestring

YYYY-MM-DD date for the shortlist (default today).

Request

POST /bff/newsroom/rebuild-shortlist

post
curl -X POST "https://api.bizkithub.com/bff/newsroom/rebuild-shortlist" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{
  "size": 0,
  "shortlistDate": "example_shortlistDate"
}'

Response

JSON payload

{
  "success": false,
  "shortlistDate": "example_shortlistDate",
  "itemCount": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key