Welcome to the Threads API documentation! 🌐
This API allows you to interact with thread-related data and operations. Below are key details:
📘 Key Features
- Thread Management: Create, retrieve, update, and delete threads.
- Real-time Updates: Subscribe to live thread activity streams.
- Search Functionality: Filter threads by keywords, tags, or user.
- Analytics: Get insights into thread engagement metrics.
🛠 Usage Examples
For a GET request to /en/api/threads
:
GET /en/api/threads?limit=10&page=1 HTTP/1.1
👉 Explore Thread Endpoints for full parameter details.
📌 Supported Methods
Method | Description |
---|---|
GET |
Fetch thread list |
POST |
Create a new thread |
PUT |
Update existing thread metadata |
DELETE |
Remove a thread |