DocsAPI ReferencePost/bff/post/export-pdf
getPostAdmin BFF

/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

2 total
Query · 2
idstringRequired

Post external ID.

localestring

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

GET /bff/post/export-pdf

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

Get API Key