---
title: "解析文档树"
method: POST
path: "/api/v1/crawler/parse"
tags: ["crawler"]
---

# 解析文档树

`POST /api/v1/crawler/parse`

解析文档树

## Request body

- V1CrawlerParseReq
  - `crawler_source` 'url' | 'rss' | 'sitemap' | 'notion' | 'feishu' | 'dingtalk' | 'file' | 'epub' | 'yuque' | 'siyuan' | 'mindoc' | 'wikijs' | 'confluence', required
  - `dingtalk_setting` AnydocDingtalkSetting
    - `app_id` string
    - `app_secret` string
    - `phone` string
    - `space_id` string
    - `unionid` string
  - `feishu_setting` AnydocFeishuSetting
    - `app_id` string
    - `app_secret` string
    - `space_id` string
    - `user_access_token` string
  - `filename` string
  - `kb_id` string, required
  - `key` string

## Response `200`

OK

- object
  - `code` integer
  - `data` V1CrawlerParseResp
    - `docs` AnydocChild
      - `children` AnydocChild[]
      - `value` AnydocValue
        - `file` boolean
        - `file_type` string
        - `id` string
        - `summary` string
        - `title` string
    - `id` string
  - `message` string
  - `success` boolean

## Changes

- **2025-10-28** `0d77577112cf` — 1 info
  - endpoint added
- **2025-10-27** `e49808333c8e` — 1 breaking
  - api path removed without deprecation
- **2025-10-24** `76447faa2bb7` — 1 info
  - endpoint added
- **2025-10-20** `381889362c45` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/chaitin/apis/panda-wiki-api/changes/api/v1/crawler/parse/post.md)

---

[API](https://skmtc.dev/chaitin/apis/panda-wiki-api.md) · [All operations](https://skmtc.dev/chaitin/apis/panda-wiki-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/chaitin/panda-wiki-api/revisions/c088839a56db/schema)
