implemented full response endpoint
This commit is contained in:
14
claude.md
14
claude.md
@@ -125,6 +125,20 @@ function mapCategoryId(netstarId) {
|
||||
- **Input**: `{"fqdn": "example.com"}`
|
||||
- **Output**: Full category info with reputation score, age rating, primary/secondary categories, and human-readable names
|
||||
- **Use Case**: Comprehensive categorization for security decisions
|
||||
- **Includes**: `result` array matching the `/` endpoint format
|
||||
|
||||
### `POST /full` - Complete Raw Categorization Output
|
||||
- **Input**: `{"fqdn": "example.com"}`
|
||||
- **Output**: Complete detailed structure with all 35 fields from NetStar including:
|
||||
- Primary, secondary, and security categories (with IDs, names, and mapped IDs)
|
||||
- Reputation score and name
|
||||
- Matching flags and their descriptions
|
||||
- Age rating score and name
|
||||
- All 9 category group classifications (Internet/Infrastructure, Malware/Security, Dangerous/Harmful, Adult, Business/Government, Personal, Computing/Technology, Social Media, Miscellaneous)
|
||||
- Volume index
|
||||
- Submitted URL
|
||||
- **Use Case**: Complete diagnostic and analysis when all categorization data is needed
|
||||
- **Includes**: `result` array matching the `/` endpoint format
|
||||
|
||||
### UDP Server (Port 33333)
|
||||
- **Input**: Raw domain string (e.g., `"example.com"`)
|
||||
|
||||
Reference in New Issue
Block a user