---
title: "复制知识库"
method: POST
path: "/knowledge-bases/copy"
tags: ["知识库"]
---

# 复制知识库

`POST /knowledge-bases/copy`

将一个知识库的内容复制到另一个知识库（异步任务）

## Request body

- InternalHandlerCopyKnowledgeBaseRequest
  - `source_id` string, required
  - `target_id` string
  - `task_id` string

## Response `200`

任务ID

- object

## Other responses

- `400` — 请求参数错误

---

[API](https://skmtc.net/tencentblueking/apis/weknora-api.md) · [All operations](https://skmtc.net/tencentblueking/apis/weknora-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tencentblueking/weknora-api/revisions/abce9036def5/schema)
