Documentation Index
Fetch the complete documentation index at: https://docs.supernote.com/llms.txt
Use this file to discover all available pages before exploring further.
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