Dashboard
Checking...
Requests Today
—
Monthly Requests
—
Total Requests
—
Avg Response
—
API Key Info
Loading...
Quick Start
# Scrape a URL
curl -X POST http://localhost:8000/api/v1/scrape \
-H "X-API-Key: YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"url": "https://example.com"}'
Check the API Docs for all endpoints.