dreambin · backend

Headless paste store. No public form here — submit via the frontend, or directly:

PUT  /api/paste/{id}     # body: text/plain markdown
GET  /api/paste/{id}     # → { id, title, body, created_at }
GET  /p/{id}             # rendered view