curl --request GET \
--url https://api.kadoa.com/v4/crawl/{sessionId}/status \
--header 'x-api-key: <api-key>'{
"sessionId": "<string>",
"error": "<string>",
"payload": "<unknown>"
}Get the current status of a crawling session
curl --request GET \
--url https://api.kadoa.com/v4/crawl/{sessionId}/status \
--header 'x-api-key: <api-key>'{
"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