InkSoul API Server

Backend API for the InkSoul social platform

✅ Server Status: Running

All API routes are operational and ready to handle requests.

Available API Routes

GET/api/postsFetch all posts
POST/api/postsCreate a new post
GET/api/storiesFetch active stories
POST/api/storiesCreate a new story
GET/api/story-highlightsFetch story highlights
POST/api/story-highlightsCreate a story highlight
GET/api/usersFetch all users
POST/api/usersCreate a new user
GET/api/contestsFetch all contests
POST/api/contestsCreate a new contest
GET/api/giftsFetch all virtual gifts
GET/api/transactionsFetch user transactions
POST/api/likesLike a post
POST/api/commentsComment on a post
POST/api/followsFollow a user
GET/api/conversationsFetch user conversations
POST/api/messagesSend a message
POST/api/uploadUpload files

📱 Mobile App

This is the backend API server. To use the InkSoul app, access the mobile app interface.