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

Body

application/json
crawl_id
string
required

Response

200

OK