/bff/organisation/generate-print-logo
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.
OrganisationpostBffOrganisationGenerate-print-logo
No parameters
This endpoint takes no path, query, header or body parameters.
Request
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"Response
JSON payload
{
"success": false,
"printLogoUrl": "https://storage.xhp.cz/org-slug/logo%2Fprint"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.