DocsAPI ReferenceDisk/api/v1/disk/store-blob
postDiskPublic API v1

/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

3 total
Body · 3
filestringRequired

Binary file payload.

Format: binary
Default: File
blobPathstring

Optional storage directory prefix.

tagstring

Optional metadata label.

Request

POST /api/v1/disk/store-blob

post
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.

Get API Key