POST
/
duplicate-agent
curl --request POST \
  --url https://app.phonely.ai/api/duplicate-agent \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "uid": "<string>",
  "agentId": "<string>"
}'
{
  "uid": "<string>",
  "agentId": "<string>",
  "name": "<string>"
}

Authorizations

X-Authorization
string
header
required

Body

application/json

Response

200
application/json

Successful response

The response is of type object.