Welcome to the SnapBook API
The backend service powering collaborative digital scrapbooking. Explore the features below.
SnapBook uses Socket.IO for real-time collaboration!
Collect Memories
Endpoints for uploading photos, adding text, and organizing items within a scrapbook.
Collaborate in Real-time
WebSocket integration allows multiple users to interact with the same scrapbook simultaneously.
Timeline View
Track changes and contributions with a detailed timeline for each scrapbook.
API Endpoints
GET
/api/scrapbooks
POST
/api/auth/login
POST
/api/file/upload
WS
/socket.io
Try it out
$ curl -X GET https://snapbook.kichu.space
{
"message": "Welcome to SnapBook API",
"status": "online",
"version": "1.0.0"
}
"message": "Welcome to SnapBook API",
"status": "online",
"version": "1.0.0"
}