System
The sacred endpoints of COINFESSOL
๐ฎ API Documentation
Overview
๐ Authentication
๐ก Endpoints
Confessions
// Submit a new confession
POST /confessions
{
"content": string (max 500 chars)
}
// Retrieve the digital tapestry
GET /confessions
Returns: Array<Confession>
// Cast your vote
POST /confessions/{id}/voteResponse Examples
Last updated