cURL
curl --request GET \ --url https://api.kadoa.com/v4/crawl/{sessionId}/pages/{pageId} \ --header 'x-api-key: <api-key>'
{ "pageId": "<string>", "pageFormat": "<string>", "sessionId": "<string>", "error": "<string>", "payload": "<unknown>" }
Get the content of a specific page from a crawling session in HTML or Markdown format
API key for authentication
Desired format for the page data
200
Response schema for getting a specific session page content
Unique ID of the page
Format of the retrieved page data
Session ID
Error message if any
Data associated with the specific page