---
title: "export yuque document"
method: POST
path: "/admin/kb/document/yuque/export"
tags: ["document"]
---

# export yuque document

`POST /admin/kb/document/yuque/export`

## Request body

- SvcFileExportReq
  - `desc` string
  - `doc_id` string, required
  - `kb_id` integer, required
  - `title` string, required
  - `uuid` string, required

## Response `200`

OK

- object
  - `data` string
  - `err` string
  - `msg` string
  - `success` boolean
  - `trace_id` string

---

[API](https://skmtc.net/chaitin/apis/koalaqa-api.md) · [All operations](https://skmtc.net/chaitin/apis/koalaqa-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/chaitin/koalaqa-api/versions/29abcc05d9fd/schema)
