Create your own Linktree

Share all your links in one simple, easy-to-navigate page.

How to use the API

POST /api/links
Content-Type: application/json

{
  "slug": "myblogroll",
  "title": "My Favorite Blogs",
  "description": "A collection of blogs I read regularly",
  "links": [
    {
      "title": "My Blog",
      "url": "https://myblog.com",
      "description": "My personal blog"
    },
    {
      "title": "GitHub",
      "url": "https://github.com/username"
    }
  ]
}

After creating your linktree, you can access it at: /c/myblogroll