Parameters
2 query
Query parameters
· 2slugstringRequiredBranch slug.
Example
example_slugblobTokenstringRequiredBlob token from file upload.
Example
example_blobTokenLinks an uploaded blob to the branch gallery. If the branch has no main photo yet, the new image becomes the main photo.
2 query
slugstringRequiredBranch slug.
example_slugblobTokenstringRequiredBlob token from file upload.
example_blobToken1 status code documented
successbooleanRequired{
"success": false
}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"All BizKitHub public API endpoints require authentication via API key.