cURL
curl --request POST \ --url https://api.getoutbox.ai/agent/duplicate/{agent_id} \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "company_id": "<string>" } '
"<string>"
Duplicate an existing agent to a specified company (can be the same or different company)
Company API Key
The ID of the agent to duplicate
Duplication details
Name for the duplicated agent
ID of the company where the agent should be duplicated
Agent duplicated successfully
The ID of the newly duplicated agent