POST
/
ai-agent
/
clone
/
{id}
curl --request POST \
  --url https://api.callab.ai/v1/ai-agent/clone/{id} \
  --header 'Authorization: Bearer <token>'
{
  "status": "ok",
  "message": "<string>",
  "data": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

ID of the AI agent to clone

Response

200 - application/json

AI agent cloned successfully

The response is of type object.