/api/v1/disk/store-blob
Uploads a file via multipart/form-data to blob storage and returns a public download URL. Form fields: file (required, the file blob), blobPath (optional, storage directory prefix), tag (optional, metadata label).
diskpostApiV1DiskStore-blob
Parameters
3 body
Body · 3
filestringRequiredBinary file payload.
Format:
binaryDefault:
FileblobPathstringOptional storage directory prefix.
tagstringOptional metadata label.
Request
POST /api/v1/disk/store-blob
curl -X POST "https://api.bizkithub.com/api/v1/disk/store-blob" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"file": "File",
"blobPath": "example_blobPath",
"tag": "example_tag"
}'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.