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
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>"
}Documentation Index
Fetch the complete documentation index at: https://docs.kadoa.com/llms.txt
Use this file to discover all available pages before exploring further.
API key for authentication
Desired format for the page data
200