Authentication
XCrawl uses Bearer Token authentication. To use the XCrawl API, you need an API key. After signing up, get it from the dashboard.
Add request headers
Include the following header on every request:
Authorization: Bearer <XCRAWL_API_KEY>