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