POST
/
crawl
/
create
curl --request POST \
  --url https://api.webtranspose.com/v1/crawl/create \
  --header 'Content-Type: application/json' \
  --data '{
  "url": "<string>",
  "render_js": false,
  "max_pages": 123,
  "allowed_urls": [],
  "banned_urls": []
}'

Body

application/json
url
string
render_js
boolean
default:false
max_pages
integer
allowed_urls
string[]
banned_urls
string[]

Response

200

Successful operation