Parameters
2 query
Query parameters
· 2idstringRequiredPost external ID.
Example
a1b2c3d4-e5f6-7890blobTokenstringRequiredBlob token of the uploaded file to link.
Example
abc123def456Links an uploaded blob to the post gallery. The image is appended at the end of the gallery. If the post has no main image yet, this image is automatically set as main.
2 query
idstringRequiredPost external ID.
a1b2c3d4-e5f6-7890blobTokenstringRequiredBlob token of the uploaded file to link.
abc123def4561 status code documented
successbooleanRequiredWhether the image was linked successfully.
{
"success": false
}GET /bff/post/post-gallery-link-blob
curl -X GET "https://api.bizkithub.com/bff/post/post-gallery-link-blob?id=a1b2c3d4-e5f6-7890&blobToken=abc123def456" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.