intel_rank
ActiveTool of Ready APIs
declared in 1.0.0
Score and rank up to 100 ZIPs against a single site profile. Returns sorted by risk_score (highest = lowest risk).
Parameters schema
{
"type": "object",
"required": [
"candidates"
],
"properties": {
"candidates": {
"type": "array",
"items": {
"type": "string",
"pattern": "^\\d{5}$"
},
"maxItems": 100,
"minItems": 1,
"description": "Up to 100 five-digit US ZIPs."
},
"site_profile": {
"enum": [
"insurance_underwriting",
"data_center_site",
"retail_storefront",
"warehouse_distribution",
"remote_office",
"small_office"
],
"type": "string",
"default": "insurance_underwriting"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Ready APIs
https://github.com/ReadyAPIs-com/readyapis
1/7 registries