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

Body

application/json

Response

200

Successful Response