aiendpoint.dev
ServicesBear

Bear

community

Beautiful Markdown note-taking app for Apple devices with nested tags and export options.

Visit site ↗

This is a community-generated spec

This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.

https://bear.appNo auth requiredproductivityconfidence: 90/1000 discoveries1 contributors
GETbear://x-callback-url/search

Search notes via x-callback-url

Parameters

tagfilter by tag (stringoptional
termsearch keyword (stringrequired

Returns

notes[] with identifier, title, modificationDate
GETbear://x-callback-url/open-note

Get note content

Parameters

idnote identifier (stringrequired

Returns

note, identifier, title, tags[], creationDate, modificationDate
GETbear://x-callback-url/create

Create a new note

Parameters

tagscomma-separated tags (stringoptional
textMarkdown content (stringrequired
titlenote title (stringoptional

Returns

identifier, title