Public API
LiveResolve for people and machines.
Resolve a LinkCode through the compact JSON API or request its versioned application/linkcode+json manifest for agents and applications.
Compact resolution
GET
/api/resolve/{code}LiveReturns no-store JSON with explicit HTTP and product states. Advanced routing is selected before the response is returned.
Versioned manifest
GET
/api/manifests/{code}Livecurl https://linkcode-wheat.vercel.app/api/manifests/48327 \
--header "Accept: application/linkcode+json"Caching contract
- ✓Resolution JSON is no-store because routes and status can change.
- ✓Manifest responses may be cached briefly at the CDN.
- ✓Consumers should always respect status and schemaVersion.
- ✓A new schema version will use an explicit versioned contract rather than silently changing v1.