/bff/blob/upload
Uploads a file via multipart/form-data. The request body must contain a "file" field with the binary data, an optional "blobPath" for storage path prefix, and an optional "tag" for categorization. Returns a blob token for referencing the uploaded file.
BlobpostBffBlobUpload
Parameters
3 body
Body · 3
filestringRequiredBinary file payload.
Format:
binaryDefault:
FileblobPathstringOptional storage path prefix.
tagstringOptional categorization tag.
Request
POST /bff/blob/upload
curl -X POST "https://api.bizkithub.com/bff/blob/upload" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"file": "File",
"blobPath": "post/N195wg3F34tFierY",
"tag": "post"
}'Response
JSON payload
{
"blobToken": "blb_abc123xyz"
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.