POST /crawl and POST /batch/scrape return an ID immediately. Poll the
matching status endpoint with offset and limit query parameters.
Crawl
status, total, completed, failed, page
data, errors, and pagination metadata. Use DELETE /crawl/{id} to request
cancellation.
Batch scrape
Batch scrape processes the submitted URLs independently and never follows links:GET /batch/scrape/{id} to poll and DELETE /batch/scrape/{id} to cancel.