POST
/
crawl
/
get-child-urls
curl --request POST \
  --url https://api.webtranspose.com/v1/crawl/get-child-urls \
  --header 'Content-Type: application/json' \
  --data '{
  "crawl_id": "<string>",
  "url": "<string>"
}'

Body

application/json
crawl_id
string
required
url
string
required

Response

200

OK