DocsAPI ReferencePost/bff/post/mood-prompt-save
postPostAdmin BFF

/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

1 total
Body · 1
valuestringRequired

Mood prompt text. Empty string clears the configured value.

Request

POST /bff/post/mood-prompt-save

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

Get API Key