For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

GET https://secctrl.tutelar.io/api/v2/web-crawling/get-crawl-results?case_id=<caseId>&download=pdf

Name
Value

Content-Type

application/json

Authorization

Bearer eyJhbGciOiJ.....

{ "message": "Invalid authentication credentials" }

Query Parameters

Name
Type
Description

case_id*

String

You need to provide the website Case ID that you already received in the Initiate Crawl Response API

download

String

You need to provide the download=pdf as a parameter

Sample response

Content-Type: application/pdf

Complete data stream of the file contents.

Success response

Complete data stream of the file contents. 

In progress response

Failure response

Last updated