/bff/post/reference-image-link-blob
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.
PostpostBffPostReference-image-link-blob
Parameters
1 body
Body · 1
blobTokenstringRequiredBlob token returned by /bff/blob/upload.
Request
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"
}'Response
JSON payload
{
"success": false,
"id": "example_id"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.