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