/bff/post/export-pdf
Renders the post as a printable A4 PDF (title, perex, metadata, HTML body and external-id reference) and returns the binary inline so the browser displays it in a new tab. Not persisted to blob storage.
PostgetBffPostExport-pdf
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/export-pdf
curl -X GET "https://api.bizkithub.com/bff/post/export-pdf?id=aBcDeFgH12345678&locale=cs" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"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.