ARD Catalog Resolver
Pricing
$0.02 / catalog resolution
ARD Catalog Resolver
Resolve and normalize the Agentic Resource Discovery catalog for a domain, including validation, nested catalogs, provenance, and machine-readable errors.
ARD Catalog Resolver
Pricing
$0.02 / catalog resolution
Resolve and normalize the Agentic Resource Discovery catalog for a domain, including validation, nested catalogs, provenance, and machine-readable errors.
contractVersion
Optional
Stable Actor output contract version.
ok
Optional
Whether a trustworthy determination completed.
request
Optional
Normalized request facts without URL credentials, paths, queries, or fragments.
{ "input": "example.com", "normalizedDomain": "example.com", "normalizedOrigin": "https://example.com", "resolveNested": false, "maxNestedDepth": 1, "validationMode": "strict"}retrievedAt
Optional
UTC retrieval or failure timestamp.
warnings
Optional
Stable non-fatal resolver warnings.
[]error
Optional
Machine-readable free failure when ok is false.
{ "code": "REQUEST_TIMEOUT", "retryable": true, "stage": "fetch", "details": {}}found
Optional
Whether the canonical ARD catalog exists.
catalog
Optional
HTTP, hash, version, schema, and redirect metadata for the root catalog.
{ "httpStatus": 200, "ardSpecVersion": "0.9", "catalogSpecVersion": "1.0", "redirectChain": []}validation
Optional
Deterministic schema and semantic validation result.
{ "valid": true, "mode": "strict", "errorCount": 0, "warningCount": 0, "errors": [], "warnings": []}host
Optional
Official ARD host object when present.
{ "displayName": "Example Publisher", "identifier": "did:web:example.com"}resources
Optional
Deduplicated normalized non-catalog resources with delivery and provenance.
[]catalogGraph
Optional
Root-first graph of traversed, duplicate, cyclic, invalid, malformed, and inaccessible catalogs.
[]