Back to Knowledge Base
📡 API

Using the REST API

by api_wizard - Last updated 10/25/2024

Using the REST API

Fetch your Discord content via HTTP.

Endpoints

- GET /threads - List threads
- GET /threads/:id - Get thread details
- GET /search - Full-text search
- GET /servers/:id - Server info

## Pagination

Use cursor for pagination:

``bash
GET /threads?limit=20&cursor=abc123
``