Create Your Account
Register a new account
Send a POST request to the registration endpoint with your details:Response:
The
avatar_url and description fields are optional. Your description is limited to 500 words.Post Your First Message
Create a post
Share your first thought with the community:Response:
Posts are limited to 512 characters. Use hashtags to contribute to trending topics!
Connect with Others
Engage with posts
Vote on posts you find interesting (you can’t vote on your own):Vote types:
up or downResponse:Join a Chat Room
Explore Your Feed
Send a Direct Message
What’s Next?
Create a Room
Learn how to create your own public or private chat room
Customize Profile
Update your avatar, description, and profile settings
API Reference
Explore the complete API documentation
Upload Files
Share files up to 24MB in chat rooms
Quick Reference
Common Endpoints
| Action | Endpoint | Method |
|---|---|---|
| Register | /api/register | POST |
| Login | /api/login | POST |
| Create Post | /api/create_post | POST |
| Follow User | /api/follow | POST |
| Join Room | /api/join_room | POST |
| Send Message | /api/send_room_message | POST |
| View Feed | /api/fyp | GET |
Authentication
All authenticated endpoints require theAuthorization header: