DocsAPI ReferenceNewsroom/bff/newsroom/enrich
postNewsroomAdmin BFF

/bff/newsroom/enrich

Runs AI enrichment on RSS articles that have not been analysed yet. Safe to call manually to backfill enrichment without rebuilding the shortlist.

NewsroompostBffNewsroomEnrich

No parameters

This endpoint takes no path, query, header or body parameters.

Request

POST /bff/newsroom/enrich

post
curl -X POST "https://api.bizkithub.com/bff/newsroom/enrich" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "success": false,
  "attempted": 0,
  "succeeded": 0,
  "failed": 0
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key