Parameters
JSON body
Request body
application/jsonidstringRequiredReference image record id.
JSON body
idstringRequiredReference image record id.
1 status code documented
successbooleanRequired{
"success": false
}POST /bff/post/reference-image-toggle-active
curl -X POST "https://api.bizkithub.com/bff/post/reference-image-toggle-active" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{
"id": "example_id"
}'All BizKitHub public API endpoints require authentication via API key.