Skip to main content
POST
/
chatbots
/
{chatbotId}
/
duplicate
Duplicate chatbot
curl --request POST \
  --url https://api.chatling.ai/v2/chatbots/{chatbotId}/duplicate \
  --header 'Authorization: Bearer <token>'
{
    "status": "success",
    "data": {
        "chatbot_id": "5285975738"
    }
}

Documentation Index

Fetch the complete documentation index at: https://docs.chatling.ai/llms.txt

Use this file to discover all available pages before exploring further.

Request parameters

Path

chatbotId
string
required
The chatbot ID.

Response

status
string
The status of the request. Will be success if the request was successful, otherwise error.
data
object
{
    "status": "success",
    "data": {
        "chatbot_id": "5285975738"
    }
}