This is the worker API for the n1 Web Crawler. It processes URLs from the queue and stores the results in KV storage.
To directly submit a URL to the queue, send a POST request with the URL as the body:
curl -X POST https://crawler.nayaone.ai -d "https://example.com"
For UI access, visit crawler-ui.nayaone.ai