Getnote integration (AI, Productivity). Imported from open-connector.
https://openapi.biji.com/open/api/v1/resource/note/save
| Param | Type | Required | Description |
|---|---|---|---|
| noteType | string | optional | The note type to save. |
| title | string | optional | Optional note title. |
| content | string | optional | Markdown content or image note description. |
| tags | array | optional | Tag names to attach to the note. |
| parentId | string | optional | Parent note ID. Treat this as a string because upstream IDs are int64. |
| linkUrl | string | optional | URL to save when noteType is `link`. |
| imageUrls | array | optional | Image URLs to save when noteType is `img_text`; use URLs from Getnote upload to… |
| topicId | string | optional | Knowledge base topic ID to save the note into. |
/open/api/v1/resource/note/task/progress
| Param | Type | Required | Description |
|---|---|---|---|
| taskId | string | optional | Getnote asynchronous save task ID. |
/open/api/v1/resource/note/list
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Pagination cursor returned by the previous page. |
/open/api/v1/resource/note/detail
| Param | Type | Required | Description |
|---|---|---|---|
| noteId | string | required | Getnote note ID. Treat this as a string because upstream IDs are int64. |
| imageQuality | string | optional | Set to `original` to request original image links. |
/open/api/v1/resource/note/update
| Param | Type | Required | Description |
|---|---|---|---|
| noteId | string | required | Getnote note ID. Treat this as a string because upstream IDs are int64. |
| title | string | optional | New note title. |
| content | string | optional | New note content. Upstream only supports this for plain-text notes. |
| tags | array | optional | Replacement tag names. |
/open/api/v1/resource/note/delete
| Param | Type | Required | Description |
|---|---|---|---|
| noteId | string | optional | Getnote note ID. Treat this as a string because upstream IDs are int64. |
/open/api/v1/resource/note/sharing
| Param | Type | Required | Description |
|---|---|---|---|
| noteId | string | required | Getnote note ID. Treat this as a string because upstream IDs are int64. |
| excludeAudio | boolean | optional | Whether to exclude audio from the public share. |
/open/api/v1/resource/note/detail
| Param | Type | Required | Description |
|---|---|---|---|
| noteId | string | optional | Getnote note ID. Treat this as a string because upstream IDs are int64. |
/open/api/v1/resource/note/tags/add
| Param | Type | Required | Description |
|---|---|---|---|
| noteId | string | optional | Getnote note ID. Treat this as a string because upstream IDs are int64. |
| tags | array | optional | Tag names to add. |
/open/api/v1/resource/note/tags/delete
| Param | Type | Required | Description |
|---|---|---|---|
| noteId | string | optional | Getnote note ID. Treat this as a string because upstream IDs are int64. |
| tagId | string | optional | Tag ID to remove, as returned by list_note_tags or note detail. |
/open/api/v1/resource/recall/knowledge
| Param | Type | Required | Description |
|---|---|---|---|
| query | string | required | Natural language search query. |
| topicId | string | optional | Knowledge base topic ID for scoped search. |
| topK | integer | optional | Maximum number of results to return. Getnote allows up to 10. |
/open/api/v1/resource/knowledge/subscribe/list
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. |
/open/api/v1/resource/knowledge/subscribe/list
| Param | Type | Required | Description |
|---|---|---|---|
| page | integer | optional | Page number to request. |
/open/api/v1/resource/knowledge/create
| Param | Type | Required | Description |
|---|---|---|---|
| name | string | required | Knowledge base name. |
| description | string | optional | Knowledge base description. |
/open/api/v1/resource/knowledge/notes
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | required | Getnote knowledge base topic ID. |
| page | integer | optional | Page number to request. |
/open/api/v1/resource/knowledge/note/batch-add
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | optional | Getnote knowledge base topic ID. |
| noteIds | array | optional | Note IDs to add. |
/open/api/v1/resource/knowledge/note/remove
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | optional | Getnote knowledge base topic ID. |
| noteIds | array | optional | Note IDs to remove. |
/open/api/v1/resource/knowledge/bloggers
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | required | Getnote knowledge base topic ID. |
| page | integer | optional | Page number to request. |
/open/api/v1/resource/knowledge/blogger/contents
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | required | Getnote knowledge base topic ID. |
| followId | string | required | Blogger follow ID returned by list_knowledge_base_bloggers. |
| page | integer | optional | Page number to request. |
/open/api/v1/resource/knowledge/blogger/content/detail
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | optional | Getnote knowledge base topic ID. |
| postId | string | optional | Blogger post ID alias returned by list_blogger_contents. |
/open/api/v1/resource/knowledge/lives
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | required | Getnote knowledge base topic ID. |
| page | integer | optional | Page number to request. |
/open/api/v1/resource/knowledge/live/detail
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | optional | Getnote knowledge base topic ID. |
| liveId | string | optional | Live ID returned by list_knowledge_base_lives. |
/open/api/v1/resource/knowledge/live/follow
| Param | Type | Required | Description |
|---|---|---|---|
| topicId | string | required | Getnote knowledge base topic ID. |
| link | string | required | Dedao live link to subscribe. |
| platform | string | optional | Optional upstream platform value. |