#LinkCodeDOCS
Docs/Documentation

Developer platform

Live

Build with LinkCode.

Resolve memorable codes today. Prepare management, routing and automation integrations on one versioned contract.

01

One code. Multiple interfaces.

LinkCode connects a memorable identifier to a creator-selected destination and exposes the result to people, applications and agents.

Human visitors open /c/{code}. Applications can request a JSON resolution result. Systems that need structured entity and action metadata can request the versioned LinkCode manifest.

The authenticated Studio already creates direct, profile, weighted, geographic and media-backed codes. Public API-key management is being introduced as a controlled rollout so the management contract can stabilize without weakening workspace isolation.

02

Choose the right surface

PropertyTypeDescription
Human resolverGET /c/{code}

Branded browser experience, gate handling and final redirect.

Resolution APIGET /api/resolve/{code}

Small JSON response for status and selected destination.

Manifest APIGET /api/manifests/{code}

Versioned entity, action and trust representation.

Management APIPOST /v1/codes

API-key based creation contract in controlled rollout.

03

Make your first request

GET/api/resolve/48327Live
curl --request GET \
  https://linkcode-wheat.vercel.app/api/resolve/48327 \
  --header "Accept: application/json"