Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Runs AI enrichment on RSS articles that have not been analysed yet. Safe to call manually to backfill enrichment without rebuilding the shortlist.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
successbooleanRequiredattemptednumberRequiredsucceedednumberRequiredfailednumberRequired{
"success": false,
"attempted": 0,
"succeeded": 0,
"failed": 0
}POST /bff/newsroom/enrich
curl -X POST "https://api.bizkithub.com/bff/newsroom/enrich" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.