goguides.com trust favicon wikipedia.org trust favicon mozilla.org trust favicon
GoGuides publishes independent web evidence, provenance, and machine-readable records.
Log In Navigation
evaluate-batch-v1

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.

Per-item interpretation

Treat every returned item according to its own normalized scope and evidence state. One URL's result must not be copied to another URL merely because both appeared in the same batch.

Related capabilities