DocsAPI ReferencePost/bff/post/ai-fact-check
postPostAdmin BFF

/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

2 total
Body · 2
postIdstringRequired

Post external ID.

localestringRequired

Communication locale code used to filter content.

Supported locales: cs, en, fr, it, pl, de, sk, sv, es, zh, ja, uk, da.

Length: 22

Request

POST /bff/post/ai-fact-check

post
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.

Get API Key