---
title: "CrawlerExport"
method: POST
path: "/api/v1/crawler/export"
tags: ["crawler"]
---

# CrawlerExport

`POST /api/v1/crawler/export`

CrawlerExport

## Request body

- V1CrawlerExportReq
  - `doc_id` string, required
  - `file_type` string
  - `id` string, required
  - `kb_id` string, required
  - `space_id` string

## Response `200`

OK

- object
  - `code` integer
  - `data` V1CrawlerExportResp
    - `task_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/export/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)
