BizKitHub
DocsAPI ReferencePost/bff/post/aspect-ratio-save
postPostAdmin BFF

/bff/post/aspect-ratio-save

Save organisation AI image aspect ratio

PostpostBffPostAspect-ratio-save

Parameters

JSON body

Request body

application/json
value"" | "3:2" | "16:9" | "4:3" | "1:1" | "9:16"Required

Aspect ratio, one of "3:2", "16:9", "4:3", "1:1", "9:16". Empty string clears the config so the generator falls back to its "3:2" default.

Response schema

1 status code documented

200Success
successbooleanRequired

Response example

application/json
{
  "success": false
}

Request example

POST /bff/post/aspect-ratio-save

post
curl -X POST "https://api.bizkithub.com/bff/post/aspect-ratio-save" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -d '{}'

Need an API key?

All BizKitHub public API endpoints require authentication via API key.

Get API Key