Parameters
1 query
Query parameters
· 1tokenstringRequiredBlob token identifying the file to view.
Example
blb_abc123xyzProxies 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.).
1 query
tokenstringRequiredBlob token identifying the file to view.
blb_abc123xyz1 status code documented
This response returns no JSON body.
{
"success": true
}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"All BizKitHub public API endpoints require authentication via API key.