BizKitHub
DocsAPI ReferenceBlob/bff/blob/viewer
getBlobAdmin BFF

/bff/blob/viewer

Proxies the blob content as a binary response with appropriate Content-Type header. Returns the raw file bytes — response schema is not typed as the content type varies (images, PDFs, etc.).

BlobgetBffBlobViewer

Parameters

1 query

Query parameters

· 1
tokenstringRequired

Blob token identifying the file to view.

Exampleblb_abc123xyz

Response schema

1 status code documented

200Success

This response returns no JSON body.

Response example

application/json
{
  "success": true
}

Request example

GET /bff/blob/viewer

get
curl -X GET "https://api.bizkithub.com/bff/blob/viewer?token=blb_abc123xyz" \
  -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