What problem does it solve?
Convert Feishu (Lark) Docs, Wiki pages, Sheets, and Bitables into Markdown and provide reliable read/create/write/append tooling so teams can ingest, version, or back up Feishu content without manual copy-paste.
Core Features & Use Cases
- Entity Resolution: Resolves wiki URLs to underlying docx, sheet, or bitable tokens so you can use a single identifier.
- Read & Export: Fetch raw content and structured blocks, return document metadata and Markdown-ready content for downstream processing.
- Create / Write / Append: Create new documents, overwrite with sanitized Markdown, or append content in robust batched chunks with per-block fallback.
- Scaling & Reliability: Handles long documents via chunked appends, retries, token caching, and block validation to avoid API 400/422 errors.
- Use Case: Automate nightly backups of internal knowledge in Feishu Wiki into a Markdown knowledge repo, or programmatically append LLM-generated sections into a large document.
Quick Start
Fetch a Feishu doc or wiki URL and return its content converted to Markdown for further processing.