---
title: "Clone knowledge base"
method: POST
path: "/assistant_knowledges/{knowledge_id}/clone"
tags: ["Knowledge Bases"]
---

# Clone knowledge base

`POST /assistant_knowledges/{knowledge_id}/clone`

Create a copy of an existing knowledge base

## Path parameters

- `knowledge_id` string, required

## Request body

- KnowledgeBaseCloneRequest — Request to clone a knowledge base
  - `name` string — Name for the cloned knowledge base

## Response `200`

Knowledge base successfully cloned

- Success
  - `success` boolean

## Other responses

- `400` — Invalid request
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Knowledge base not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/revisions/1e26909d86c9/schema)
