/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 · 1
tokenstringRequiredBlob token identifying the file to view.
Request
GET /bff/blob/viewer
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.