Developer platform
LiveBuild with LinkCode.
Resolve memorable codes today. Prepare management, routing and automation integrations on one versioned contract.
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.
Choose the right surface
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/codesAPI-key based creation contract in controlled rollout.
Make your first request
/api/resolve/48327Livecurl --request GET \
https://linkcode-wheat.vercel.app/api/resolve/48327 \
--header "Accept: application/json"