# core_platforms_public_image_assets_create Shared functionality for platform public image asset views. Endpoint: POST /api/core/platforms/{platform_key}/public-image-assets/ Version: 4.84.1-ai-plus Security: PlatformApiKeyAuthentication ## Path parameters: - `platform_key` (string, required) ## Request fields (application/json): - `category` (string, required) Category of the asset - `image` (string, required) ## Response 201 fields (application/json): - `id` (integer, required) - `category` (string, required) Category of the asset - `url` (string, required) - `created_on` (string, required) - `last_updated` (string, required)