Parameters
2 query
Query parameters
· 2idstringRequiredPost external ID.
Example
aBcDeFgH12345678blobTokenstringRequiredBlob token returned by /bff/blob/upload.
Example
example_blobTokenIdempotently links an uploaded blob to the post as an attachment. Calling it twice with the same blob token returns success without creating a duplicate; if the same blob was previously detached, the row is undeleted.
2 query
idstringRequiredPost external ID.
aBcDeFgH12345678blobTokenstringRequiredBlob token returned by /bff/blob/upload.
example_blobToken1 status code documented
successbooleanRequiredWhether the link was created.
{
"success": false
}GET /bff/post/post-attachment-link-blob
curl -X GET "https://api.bizkithub.com/bff/post/post-attachment-link-blob?id=aBcDeFgH12345678&blobToken=example_blobToken" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"All BizKitHub public API endpoints require authentication via API key.