/bff/newsroom/rebuild-shortlist
Recomputes the daily TOP-N selection from existing enrichment data, without re-running AI.
NewsroompostBffNewsroomRebuild-shortlist
Parameters
2 body
Body · 2
sizenumbershortlistDatestringYYYY-MM-DD date for the shortlist (default today).
Request
POST /bff/newsroom/rebuild-shortlist
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.