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