LinkStack.api
Checking System
Exit Docs
Public SDK v1.0

Open
Endpoints

Clean, keyless JSON access to every LinkStack profile. Integrate handles into your own apps with zero friction.

GET /public-api?handle={id}

The Whole Stack

Retrieves the complete profile including bio, avatar, theme, socials, and all links.

GET /public-api/links?handle={id}

Just the Links

Returns an array of link objects. Ideal for custom navigation components.

GET /public-api/socials?handle={id}

Social Handles

Fetches the social media object (YouTube, Twitter, WhatsApp, etc).

GET /public-api/[type]?handle={id}

Metadata Fragments

Fetch single-value responses for specific profile attributes.

Full Profile Request
javascript
fetch('https://xcicvuqdoztxhidwdmlc.supabase.co/functions/v1/public-api?handle=chocoluxe')
expected_response.json
{
  "handle": "chocoluxe",
  "is_verified": true,
  "links": [...]
}

CORS Enabled

This API is configured with permissive headers. You can call it directly from client-side JavaScript without encountering CORS blocks.

© 2026 LinkStack Cloud Infrastructure