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

Body

application/json

Response

200

OK