Skip to main content
POST
/
crawl
/
get-page
Get Page Details
curl --request POST \
  --url https://api.webtranspose.com/v1/crawl/get-page \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "crawl_id": "<string>",
  "url": "<string>"
}
'

Authorizations

X-API-Key
string
header
required

Body

application/json
crawl_id
string
required
url
string
required

Response

200

OK