# 🛠 API & URL Scheme
本功能需 PRO 会员权限→
API 和 URL Scheme 提供了其它软件与 flomo 直接交互的可能性,但需要一定的软件开发技能。
如果你没有软件开发技能,可以直接去扩展中心,使用别人提供的扩展工具。
如果你有作品,欢迎点此提交 (opens new window)。
# API
flomo 提供了调用方便的记录 API。
详情见 https://flomoapp.com/mine?source=incoming_webhook (opens new window)
#
# URL Scheme
可以通过调用 URL Scheme 打开 flomo 并填入内容。
# 路径
flomo://create
# 参数
参数名 | 含义 | 必传 | 最大长度 | 参数编码形式 |
---|---|---|---|---|
content | 文本内容 | 否 | 5000字(encode 前) | encodeURIComponent |
image_urls | 图片 URL 数组 | 否 | 9 个 URL | encodeURIComponent(JSONString(Array)) |