Try our new Setup Skill to automatically integrate Hyperspell into your project
curl --request GET \
--url https://api.hyperspell.com/integrations/web_crawler/status \
--header 'Authorization: Bearer <token>'{
"url": "<string>",
"is_indexed": true,
"total": 123,
"completed": 123,
"processing": 123,
"failed": 123
}Check whether a URL has been crawled and its current indexing status.
curl --request GET \
--url https://api.hyperspell.com/integrations/web_crawler/status \
--header 'Authorization: Bearer <token>'{
"url": "<string>",
"is_indexed": true,
"total": 123,
"completed": 123,
"processing": 123,
"failed": 123
}API Key or JWT User Token. If using an API Key, set the X-As-User header to act as a specific user. A JWT User Token is always scoped to a specific user.
The URL to check crawl status for
Was this page helpful?