Parameters
No parameters required
This endpoint takes no path, query, header or body parameters.
Loads the organisation base logo, transforms it into a monochrome print-friendly variant via Gemini (nano banana) and stores it as the print logo. Requires the organisation to have a base logo set.
No parameters required
This endpoint takes no path, query, header or body parameters.
1 status code documented
successbooleanRequiredWhether the print logo was generated and saved successfully.
printLogoUrlstringRequiredPublic download URL of the newly generated print logo.
https://storage.xhp.cz/org-slug/logo%2Fprint{
"success": false,
"printLogoUrl": "https://storage.xhp.cz/org-slug/logo%2Fprint"
}POST /bff/organisation/generate-print-logo
curl -X POST "https://api.bizkithub.com/bff/organisation/generate-print-logo" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.