BizKitHub
DocsAPI ReferencePost/bff/post/post-attachment-link-blob
getPostAdmin BFF

/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 parameters

· 2
idstringRequired

Post external ID.

ExampleaBcDeFgH12345678
blobTokenstringRequired

Blob token returned by /bff/blob/upload.

Exampleexample_blobToken

Response schema

1 status code documented

200Success
successbooleanRequired

Whether the link was created.

Response example

application/json
{
  "success": false
}

Request example

GET /bff/post/post-attachment-link-blob

get
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"

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key