API Reference
Base URL
http://localhost:8000Available Endpoints
Health Check
GET /health{
"status": "healthy",
"timestamp": 1640995200.0,
"model_loaded": true
}
### Data Scraping
Start the web scraping process to collect new research paper data.
```http
POST /scrapeGet Scraped Data
Topic Prediction
Model Accuracy Update
Error Responses
Usage Examples
Complete Workflow Example
Python Client Example
Monitoring and Metrics
Rate Limits
API Documentation
Last updated