/bff/post/post-attachment-link-blob
Idempotently 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.
PostgetBffPostPost-attachment-link-blob
Parameters
2 query
Query · 2
idstringRequiredPost external ID.
blobTokenstringRequiredBlob token returned by /bff/blob/upload.
Request
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"Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.