Parameters
JSON body
Request body
application/jsonfilestringRequiredbinaryImage binary to use as the avatar.
Default:
FileblobPathstringRequiredStorage path prefix.
Uploads an image file as the current user's avatar via multipart/form-data. Only image content types are accepted. The request body must contain "file" and "blobPath" fields.
JSON body
filestringRequiredbinaryImage binary to use as the avatar.
FileblobPathstringRequiredStorage path prefix.
1 status code documented
successbooleanRequiredtrue{
"success": true
}POST /bff/blob/upload-user-avatar
curl -X POST "https://api.bizkithub.com/bff/blob/upload-user-avatar" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"file": "File",
"blobPath": "example_blobPath"
}'All BizKitHub public API endpoints require authentication via API key.