Documentation
resolve_properties_batch
Resolve properties batch
Batch resolution handles a bounded list of named assets. It preserves each client_id and input order so callers can safely join identity results back to their own tape.
Start freeWhen to use it
Resolve 1–50 caller-supplied named assets for a portfolio tape. Returns one result per client_id in input order; this is bounded lookup, not bulk export.
Supply one to 50 items, each with a client_id plus an SSL or address. Follow resolved rows with narrow factual tools.
Input contract
These inputs and limits are pinned to the production v0.4.6 server contract. Omitted optional values use the documented defaults.
| Input | Contract |
|---|---|
| items | required; array; min items 1; max items 50; item fields: client_id (string; min length 1; max length 100), ssl (string; min length 1; max length 32), address (string; min length 2; max length 160); item required: client_id; each item also requires ssl or address |
{
"items": [
{
"client_id": "asset-001",
"address": "1801 K ST NW WASHINGTON DC 20006"
},
{
"client_id": "asset-002",
"ssl": "5140--0088"
}
]
}Response and verification
Successful sourced responses preserve effective dates, typed null meaning, source references, quality flags, and exact-versus-contextual property-link scope.
Use the display-ready sources for a visible Source or Verify action. Responses return each field with a source reference that can be checked against the official portal. See Source citations and verification for the evidence format.
Limits
- This is bounded lookup, not a bulk or universe export.
- Each item requires an SSL or address.
- Resolution does not return collateral facts.