No links added yet. Click the "+ Add Link" button to get started.
All API requests require an API key sent in the header:
Authorization: Bearer YOUR_API_KEY
You can generate your API key in your account settings.
{ "data": [ { "id": "abc123", "title": "Example Link", "url": "https://example.com", "preview": { "image": "https://static.photos/abstract/640x360/1", "description": "Example description from meta tags" }, "tags": ["example", "demo"], "createdAt": "2023-07-20T12:00:00Z" } ] }
{ "title": "New Link", "url": "https://newexample.com", "tags": ["new", "example"] }