cURL
curl --request POST \ --url https://api.callab.ai/v1/ai-agent/clone/{id} \ --header 'Authorization: Bearer <token>'
{ "status": "ok", "message": "<string>", "data": 123 }
Creates a new AI agent by cloning an existing one.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the AI agent to clone
AI agent cloned successfully
The response is of type object.
object
Was this page helpful?