Skip to main content
POST
/
agent
/
duplicate
/
{agent_id}
Duplicate Agent
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>"

Authorizations

Authorization
string
header
required

Company API Key

Path Parameters

agent_id
string
required

The ID of the agent to duplicate

Body

application/json

Duplication details

name
string
required

Name for the duplicated agent

company_id
string
required

ID of the company where the agent should be duplicated

Response

Agent duplicated successfully

The ID of the newly duplicated agent