Evaluate multiple exact URLs through one authority
Batch Evaluate reduces network round trips while preserving GoGuides' single-source-of-truth rule: each normalized exact URL resolves through the same authoritative exact-URL Evaluate path used by single Evaluate.
GET
GET /evaluate-batch?url=https%3A%2F%2Fexample.com%2Fa&url=https%3A%2F%2Fexample.org%2Fb
Use repeated url= parameters for a bounded GET request.
POST
POST /evaluate-batch
Content-Type: application/json
{
"urls": [
"https://example.com/a",
"https://example.org/b"
]
}
Use POST for a structured batch. Current formal request limits and response schemas are published in machine discovery and OpenAPI.
Authority and request semantics
Batch Evaluate does not create a separate scoring system, policy authority, or batch-only truth path. Each item is normalized and resolved through the shared exact-URL Evaluate authority.
Batch transport is not the same thing as an explicit URL-intelligence request.
POST /request-url remains the attributed workflow when a consumer wants to explicitly
request intelligence for one public URL.