Crawled Download Pdf
The Results API delivers the crawling outcome of a website in JSON format, using a unique caseId to provide insights into the URL's performance and content extracted
Get Crawled Pdf
Query Parameters
Name
Type
Description
Content-Type: application/pdf
Complete data stream of the file contents.{
"success": true,
"code": "4999",
"message": "The PDF download for caseId - <caseId> is in progress. Please try again after some time!",
"data": {}
}{
"success": false,
"code": "4998",
"message": "Please provide case id",
"data": {}
}
{
"success": false,
"code": "4998",
"message": "Something went wrong, while generating pdf donwload",
"data": {}
}Complete data stream of the file contents. {
"success": true,
"code": "4999",
"message": "The PDF download for caseId - <caseId> is in progress. Please try again after some time!",
"data": {}
}Last updated