POST
/
chat
/
urls
/
add
curl --request POST \
  --url https://api.webtranspose.com/v1/chat/urls/add \
  --header 'Content-Type: application/json' \
  --data '{
  "chatbot_id": "<string>",
  "url_list": [
    "<string>"
  ],
  "max_pages": 100
}'

Body

application/json

Response

200

Successful Response