cURL
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 }'
Set the maximum pages to crawl.
OK