DocsAPI ReferencePost/bff/post/post-image-mark-main
getPostAdmin BFF

/bff/post/post-image-mark-main

Sets the specified image as the main/featured image for the post. The main image is used as the post thumbnail in lists and social sharing.

PostgetBffPostPost-image-mark-main

Parameters

2 query

2 total
Query · 2
idstringRequired

Post external ID.

imageIdstringRequired

Blob token of the image to set as main.

Request

GET /bff/post/post-image-mark-main

get
curl -X GET "https://api.bizkithub.com/bff/post/post-image-mark-main?id=a1b2c3d4-e5f6-7890&imageId=abc123def456" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

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