Introduction
New to DiscoLink? Start with our Introduction to understand the basics.
Introduction
New to DiscoLink? Start with our Introduction to understand the basics.
Quick Start
Get up and running in 5 minutes with the Quick Start guide.
API Reference
Explore all endpoints in the API documentation.
Live Demos
See templates in action at demo.discolink.site.
# Fetch resolved threadscurl http://localhost:3000/api/threads?serverId=123456789&status=resolved{ "threads": [ { "id": "111222333", "title": "How do I implement OAuth?", "status": "resolved", "messageCount": 8 } ]}| Section | Description |
|---|---|
| Getting Started | Installation, setup, and your first API call |
| Guides | Detailed guides for consent, webhooks, templates |
| API Reference | Full REST API documentation |
| Deployment | Deploy to Vercel, Railway, or VPS |
| Contributing | Help improve DiscoLink |
Built by Kevin Trinh and contributors.