Test the SERP & Web Scraping Backend API features
Make sure the backend is running on localhost:8000. You can start it with:
POST /api/auth/register - User registrationPOST /api/auth/signin - User authenticationPOST /api/serp/search - SERP searchPOST /api/scrape/scrape - Web scrapingGET /health - Health checkEach API call consumes tokens based on the operation:
The frontend handles various error scenarios: