Parameters
JSON body
Request body
application/jsonvalue"" | "3:2" | "16:9" | "4:3" | "1:1" | "9:16"RequiredAspect 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.
JSON body
value"" | "3:2" | "16:9" | "4:3" | "1:1" | "9:16"RequiredAspect 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.
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/post/aspect-ratio-save
curl -X POST "https://api.bizkithub.com/bff/post/aspect-ratio-save" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{}'All BizKitHub public API endpoints require authentication via API key.