/bff/post/detail
Returns full post detail including title, content, visibility, authors, and available translations. Content is returned in the default locale (or first available translation).
PostgetBffPostDetail
Parameters
2 query
Query · 2
idstringRequiredPost external ID.
localestringCommunication 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/detail
curl -X GET "https://api.bizkithub.com/bff/post/detail?id=aBcDeFgH12345678&locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"id": "example_id",
"title": "example_title",
"content": "example_content",
"perex": "example_perex",
"metaTitle": "example_metaTitle",
"metaDescription": "example_metaDescription",
"mainCategoryId": "example_mainCategoryId",
"authorIds": [
"string"
],
"isStar": false,
"wordCount": 0,
"readingTimeMinutes": 0,
"translatedLocales": [
"string"
],
"viewsCount": 0,
"attachments": [
{
"id": 0,
"filename": "example_filename",
"downloadUrl": "example_downloadUrl",
"size": 0,
"contentType": "example_contentType"
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.