/bff/post/ai-suggest-topics
Reads the active categories (optionally restricted to a subset) and the most recent public article titles per category, then asks the AI to brainstorm fresh topic ideas that fill content gaps. Synchronous: typical response time 5-15s. Token usage is logged automatically.
PostpostBffPostAi-suggest-topics
Parameters
3 body
Body · 3
categoryExternalIdsstring[]Restrict brainstorming to these category externalIds. Omit for all active categories.
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
countstring | integerHow many topic ideas the AI should return (default 6).
Range: 3–12
Request
POST /bff/post/ai-suggest-topics
curl -X POST "https://api.bizkithub.com/bff/post/ai-suggest-topics" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"categoryExternalIds": [
"string"
],
"locale": "cs"
}'Response
JSON payload
{
"success": true
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.