#LinkCodeDOCS
Docs/Resolution & manifests

Public API

Live

Resolve for people and machines.

Resolve a LinkCode through the compact JSON API or request its versioned application/linkcode+json manifest for agents and applications.

01

Compact resolution

GET/api/resolve/{code}Live

Returns no-store JSON with explicit HTTP and product states. Advanced routing is selected before the response is returned.

02

Versioned manifest

GET/api/manifests/{code}Live
curl https://linkcode-wheat.vercel.app/api/manifests/48327 \
  --header "Accept: application/linkcode+json"
03

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.