DocsAPI ReferencePost/bff/post/reference-image-list
getPostAdmin BFF

/bff/post/reference-image-list

Returns the org-wide reference image library plus the configured mood prompt. Used by the /post → Obrázky tab to render the management UI and by the per-article gallery view to decide whether the "Generate image" button should be enabled.

PostgetBffPostReference-image-list

No parameters

This endpoint takes no path, query, header or body parameters.

Request

GET /bff/post/reference-image-list

get
curl -X GET "https://api.bizkithub.com/bff/post/reference-image-list" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

JSON payload

{
  "items": [
    {
      "id": "example_id",
      "isActive": false,
      "insertedDate": "example_insertedDate",
      "blobToken": "example_blobToken",
      "downloadUrl": "example_downloadUrl",
      "size": 0,
      "contentType": "example_contentType"
    }
  ],
  "moodPrompt": "example_moodPrompt",
  "hasActive": false
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key