Upload note.com eyecatch image
note_upload_eyecatchUploads an eyecatch cover image for a note on note.com. Provide the note ID or key and an image path or URL; the server handles resizing and verification.
Instructions
Uploads an eyecatch/cover image for a note via POST /v1/image_upload/note_eyecatch. Provide numeric noteId or noteKey; noteKey is resolved internally through draft detail. Provide imagePath or imageUrl. note.com recommends 1280x670px; width/height default to 1280/670. Set verify: true with noteKey to read back compact note state after upload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fit | No | none | |
| width | No | ||
| height | No | ||
| noteId | No | ||
| verify | No | ||
| noteKey | No | ||
| imageUrl | No | ||
| imagePath | No | ||
| targetSize | No | ||
| responseFormat | No | summary |