/bff/post/ai-fact-check
Reads the post body for the given locale and asks AI to flag major factual errors, fake news, and improvement recommendations. Each finding is grouped by category, scored by severity and carries a one-sentence justification (so the editor sees why, not just what). The endpoint never rewrites the post — admin decides what to apply. Synchronous, ~15-40s. No response schema.
PostpostBffPostAi-fact-check
Parameters
2 body
Body · 2
postIdstringRequiredPost external ID.
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
POST /bff/post/ai-fact-check
curl -X POST "https://api.bizkithub.com/bff/post/ai-fact-check" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"postId": "example_postId",
"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.