MISFIT WORKER

v2.0.0 · Cloudflare Workers
kv
ok
d1
ok
r2
ok
vectorize
ok

◆ API Endpoints

GET /status — JSON health check for all services
POST /track — Record analytics page view
GET /analytics — Get aggregated analytics stats
GET /analytics.js — Tracking snippet for pages
POST /links — Create short link
GET /links — List short links
GET /l/:code — Redirect via short link
POST /assets/upload — Upload file to R2
GET /assets — List R2 assets
GET /assets/:key — Serve R2 asset
DEL /assets/:key — Delete R2 asset
POST /ai/chat — AI chat proxy via Gateway
POST /vectors/upsert — Insert vectors
POST /vectors/query — Search vectors
POST /turnstile-verify — Verify Turnstile token
POST /jobs — Enqueue a background job
POST /webhook/email — Receive email webhooks
GET /config/:key — Read config from KV
PUT /config/:key — Write config to KV