Skip to main content
POST
/
crawl
/
set-max-pages
Set Maximum Pages
curl --request POST \
  --url https://api.webtranspose.com/v1/crawl/set-max-pages \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "crawl_id": "<string>",
  "max_pages": 123
}
'

Authorizations

X-API-Key
string
header
required

Body

application/json
crawl_id
string
required
max_pages
integer
required

Response

200

OK