POST
/
crawl
/
set-max-pages
curl --request POST \
  --url https://api.webtranspose.com/v1/crawl/set-max-pages \
  --header 'Content-Type: application/json' \
  --data '{
  "crawl_id": "<string>",
  "max_pages": 123
}'

Body

application/json
crawl_id
string
required
max_pages
integer
required

Response

200

OK