Cafiyn Pulse
Operational

Cafiyn Pulse
API.

You are looking at the backend that powers pulse.cafiyn.com, the free suite of pre-launch tools for founders and builders. Nothing to see here unless you are wiring something up.

Open Cafiyn Pulse → Visit Cafiyn
,
Uptime
2026
Made in Bangalore
v0.1
Release

Public endpoints

GET /health Liveness probe. Returns ok + timestamp.
GET /content/stack-grader/questions The 10 scenario questions.
GET /content/cost-comparator/models 40+ AI models with public pricing.
GET /content/launch-checklist/items Stack-tailored launch items.
GET /share-card/*.png Server-rendered grade, cost, launch badges.

Authenticated endpoints

POST /auth/request-code Send a 6-digit email code.
POST /auth/verify-code Verify the code, mint a session.
GET /me Current contact + all module progress.
PATCH /me Update profile stages 3, 4, 5.
GET /me/export GDPR export as JSON.
DELETE /me Permanent account deletion.
GET /progress/:module Read a module's state.
POST /progress/:module Merge module state.