Decision
Accepted or rejected. Rejections include the policy reason and up to three candidates.
The public demo is available without an account. Create an account to receive a limited server-issued test key that can be revoked and shown once.
The server shows the plaintext once and stores only a digest. New verified accounts can claim one 25-unit test allowance; live keys use prepaid capacity.
This form searches a separate 100-facility evidence dataset and does not consume prepaid units.
curl 'https://venueauthority.com/api/v1/resolve' \
--request POST \
--header 'Authorization: Bearer va_test_REPLACE_ME' \
--header 'Content-Type: application/json' \
--header 'X-Request-Id: onboarding-merchant-0001' \
--data '{"name":"YOAN MING GARDEN","address":"1407 Madison Avenue, New York NY 10029"}'{
"disposition": "accepted",
"reason": "The name and address clear the corpus resolution policy.",
"confidence": 1,
"record": {
"jurisdiction": "nyc",
"sourceId": "50069801",
"name": "YOAN MING GARDEN",
"sourceUrl": "https://data.cityofnewyork.us/..."
},
"sourceAttribution": {
"sourceClass": "food_inspection",
"sourceClassLabel": "food inspection records",
"attribution": "New York City Department of Health and Mental Hygiene Open Data",
"modificationNotice": "Venue Authority normalizes source fields and does not alter the cited source record."
},
"evidence": {
"authorityAssessment": {
"state": "reopened",
"asOf": "2026-08-13T08:30:00.000Z"
},
"history": {"status": "retrieved_on_demand", "eventCount": 8},
"evidenceReceipt": {"rawArtifactSha256": "..."}
},
"snapshot": {
"dataClass": "regulator_monitoring_corpus",
"manifestSha256": "..."
},
"requestId": "onboarding-merchant-0001"
}Accepted or rejected. Rejections include the policy reason and up to three candidates.
Replay the same request and payload to receive the stored response without another debit. A changed payload returns 409.
Every response identifies the serving snapshot, record count, retrieval time, and manifest hash.
Accepted results return the jurisdiction, source ID, normalized address, source URL, status assessment, and history coverage.
Each admitted source reports only the history and current-presence signal its regulator feed supports. A source that publishes an active list does not turn absence into a closure. Every response states the available history window and its limitation.
Create a watchlist at /api/v1/portfolios, then add the jurisdiction and source ID returned by the resolver. Paid monitoring expansion is not available yet.
Register a public HTTPS endpoint at /api/v1/webhooks. The signing secret is shown once.
Send up to 100 stored request IDs to /api/v1/audit-exports for a hashed JSON evidence bundle.
The first reviewed release is available from GitHub now. npm and PyPI publication have not happened yet, so every link below points to the public source or the exact v0.1.0 release.
A dependency-free Node 18+ client for resolution, evidence, watchlists, webhooks, and audit exports.
Review Node.js sourceA synchronous Python 3.9+ client that uses only the standard library at runtime.
Review Python sourceThree focused tools for public coverage, authenticated resolution, and canonical facility evidence.
Review MCP sourceThe MCP server is also active in the official MCP Registry.
Open the public workspace to run the complete 15-request collection, start with the unauthenticated coverage check, and follow the workspace guide when you are ready to use a test key.
A new verified account can claim one 25-unit test allowance, subject to identity checks. Plaintext keys are shown once, stored only as a digest, and can be revoked from the dashboard.
Create an account