/bff/branch/gallery-link-blob
Links an uploaded blob to the branch gallery. If the branch has no main photo yet, the new image becomes the main photo.
BranchgetBffBranchGallery-link-blob
Parameters
2 query
Query · 2
slugstringRequiredBranch slug.
blobTokenstringRequiredBlob token from file upload.
Request
GET /bff/branch/gallery-link-blob
curl -X GET "https://api.bizkithub.com/bff/branch/gallery-link-blob?slug=example_slug&blobToken=example_blobToken" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.