ToolAssay

Compile an address and structured project intent into a preliminary zoning verdi

Compile an address and structured project intent into a preliminary zoning verdict, cited conditions, approval path, versioned evidence and EdDSA JWS. $3 USDC on Base; pack_gap refusals are never charged. Paid Preflight coverage is narrower than address resolution. Durable workflow status and result retrieval included.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$3.00listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://zoningverdict.com/api/v1/preflights

CategoryCode and developer
Provider hostzoningverdict.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "body": {
    "address": "1000 W Avon Rd, Rochester Hills, MI 48309",
    "intent": {
      "attributes": {
        "height_band": "over_4_to_6_ft",
        "yard": "rear"
      },
      "project_type": "fence",
      "taxonomy_version": 2,
      "use": "residential_single_family"
    },
    "request_id": "replace-with-a-fresh-random-uuid-per-purchase"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "address": {
              "maxLength": 500,
              "minLength": 8,
              "type": "string"
            },
            "intent": {
              "properties": {
                "attributes": {
                  "type": "object"
                },
                "project_type": {
                  "enum": [
                    "building_addition",
                    "accessory_dwelling_unit",
                    "detached_accessory_structure",
                    "fence",
                    "home_occupation",
                    "use_conversion"
                  ]
                },
                "taxonomy_version": {
                  "const": 2
                },
                "use": {
                  "type": "string"
                }
              },
              "required": [
                "taxonomy_version",
                "project_type",
                "use",
                "attributes"
              ],
              "type": "object"
            },
            "request_id": {
              "description": "Fresh cryptographically random purchase ID. Retain for retry; never reuse for different input.",
              "maxLength": 128,
              "minLength": 32,
              "type": "string"
            }
          },
          "required": [
            "address",
            "request_id",
            "intent"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "properties": {
            "access_token": {
              "type": "string"
            },
            "poll_after_ms": {
              "type": "integer"
            },
            "result": {
              "type": [
                "object",
                "null"
              ]
            },
            "status": {
              "enum": [
                "queued",
                "compiling",
                "settling",
                "completed",
                "refused",
                "failed",
                "payment_review"
              ]
            },
            "workflow_id": {
              "type": "string"
            }
          },
          "required": [
            "workflow_id",
            "status"
          ],
          "type": "object"
        },
        "type": {
          "type": "string"
        }
      },
      "required": [
        "type"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON