/bff/post/resolve-category-by-ai
Uses AI to analyze the post title and content and select the best matching category from all active categories in the organisation. If no category is a good fit, the current category remains unchanged.
PostpostBffPostResolve-category-by-ai
Parameters
1 body
Body · 1
postIdstringRequiredPost external ID.
Request
POST /bff/post/resolve-category-by-ai
curl -X POST "https://api.bizkithub.com/bff/post/resolve-category-by-ai" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"postId": "aBcDeFgH12345678"
}'Response
JSON payload
{
"success": false,
"changed": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.