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

1 total
Query · 1
tokenstringRequired

Blob token identifying the file to view.

Request

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"

Response

JSON payload

{
  "success": true
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key