Parameters
JSON body
Request body
application/jsonblobTokenstringRequiredBlob token returned by /bff/blob/upload.
Registers a previously uploaded blob (token from /bff/blob/upload) as an org-level reference image for the AI thumbnail generator. New reference images are inactive by default; the admin opts each one in explicitly via /reference-image-toggle-active.
JSON body
blobTokenstringRequiredBlob token returned by /bff/blob/upload.
1 status code documented
successbooleanRequiredidstringRequiredReference image record id.
{
"success": false,
"id": "example_id"
}POST /bff/post/reference-image-link-blob
curl -X POST "https://api.bizkithub.com/bff/post/reference-image-link-blob" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"blobToken": "example_blobToken"
}'All BizKitHub public API endpoints require authentication via API key.