POST
/
agent-websites
curl --request POST \
  --url https://app.phonely.ai/api/agent-websites \
  --header 'Content-Type: application/json' \
  --header 'X-Authorization: <api-key>' \
  --data '{
  "uid": "<string>",
  "agentId": "<string>",
  "url": "<string>",
  "limit": 5,
  "maxDepth": 1,
  "excludePaths": [
    "<string>"
  ],
  "includePaths": [
    "<string>"
  ]
}'
{
  "message": "<string>"
}

Authorizations

X-Authorization
string
header
required

Body

application/json

Response

200
application/json

Websites added successfully

The response is of type object.