{"message":"FDIC CRA Scraper API","version":"1.1.0","authentication":"Bearer token required for all endpoints except this one","endpoints":{"scrape":"/scrape (POST) - Start FDIC background scraping task (legacy)","scrape_fdic":"/scrape/fdic (POST) - Start FDIC scraping task","scrape_fed":"/scrape/fed (POST) - Start Fed scraping task","scrape_occ":"/scrape/occ (POST) - Start OCC scraping task","task_status":"/task/{task_id} (GET) - Check task status","list_tasks":"/tasks (GET) - List all tasks","health":"/health (GET) - Health check","docs":"/docs (GET) - Interactive API documentation"},"background_tasks":{"description":"Scraping runs in background, returns immediately with task ID","workflow":"1. POST /scrape → get task_id → 2. GET /task/{task_id} → check status"},"usage":{"authentication":"Include 'Authorization: Bearer YOUR_API_KEY' header","example":"curl -H 'Authorization: Bearer YOUR_API_KEY' http://localhost:8800/health"}}