{"service":"CRA Crawler Workflow API","version":"1.0.0","description":"Backend API for initiating crawler workflows","endpoints":{"POST /api/analyze":"Start crawler workflow","POST /api/cancel/{session_id}":"Cancel an ongoing workflow","GET /api/status/{session_id}":"Get workflow status","GET /api/sessions":"List all sessions","GET /api/collectors":"Get available collectors","GET /health":"Health check"},"example":{"method":"POST","url":"/api/analyze","body":{"url":"https://example.com","max_urls":50,"collectors":["ForensicCookie","ComprehensiveNetwork"]}}}