---
title: "Clone assistant"
method: POST
path: "/generative_ai/{assistant_id}/clone"
tags: ["Assistants"]
---

# Clone assistant

`POST /generative_ai/{assistant_id}/clone`

Clone a specific assistant

## Path parameters

- `assistant_id` string, required

## Request body

- CloneAssistant

## Response `200`

successful

- Success
  - `success` boolean

## Other responses

- `400` — Invalid ID supplied
- `404` — assistant 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)
