/bff/post/category-opportunities
Returns all active categories with totalPublished, daysSinceLastPost, opportunityScore and a recommended flag. Pure DB heuristic (no AI call). Used by the admin AI topic modal to pre-select categories with the biggest content gaps when the user clicks "Recommend".
PostgetBffPostCategory-opportunities
Parameters
1 query
Query · 1
localestringRequiredCommunication locale code used to filter content.
Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.
Length: 2–2
Request
GET /bff/post/category-opportunities
curl -X GET "https://api.bizkithub.com/bff/post/category-opportunities?locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": false,
"categories": [
{
"externalId": "example_externalId",
"name": "example_name",
"totalPublished": 0,
"opportunityScore": 0,
"recommended": false
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.