/bff/post/mood-prompt-save
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).
PostpostBffPostMood-prompt-save
Parameters
1 body
Body · 1
valuestringRequiredMood prompt text. Empty string clears the configured value.
Request
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"
}'Response
JSON payload
{
"success": false
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.