This API can only be called in NOTE.
pngPath must point to an existing, readable image file.| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
pngPath | string | Yes | - | Image file path (must exist and be readable) |
APIResponse<boolean>:- When
success === true,resultistrue/falseindicating whether insertion succeeded - When
success === false, seeerror.code/error.message
- When