Parameters
JSON body
Request body
application/jsonvaluestringRequiredMood prompt text. Empty string clears the configured value.
Persists the mood / style instruction that is injected into every AI image generation request for this organisation. Empty string removes the value (back to model-default behaviour).
JSON body
valuestringRequiredMood prompt text. Empty string clears the configured value.
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/post/mood-prompt-save
curl -X POST "https://api.bizkithub.com/bff/post/mood-prompt-save" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"value": "example_value"
}'All BizKitHub public API endpoints require authentication via API key.