StoryHouse.vip Backend API
This is the backend API for StoryHouse.vip
Available Endpoints:
- GET /api/stories - List all published stories
- POST /api/upload - Upload story content to R2
- POST /api/ip/register-unified - Register stories as IP assets (unified method)
- GET /api/books - List all published books
- GET /api/books/[bookId]/chapters - Get chapters for a book
- GET /api/books/[bookId]/chapter/[chapterNumber] - Get specific chapter
Status:
✅ Backend API is running
Documentation:
See the README.md file for complete API documentation and setup instructions.