DocsUpdated: February 20268 min read

REST API Reference

Documented backend routes used by desktop, web, and mobile clients.

Core Service Routes

  • GET /api/health
  • GET /api/version
  • GET /api/download/windows
  • GET /api/download/macos

Auth Routes

  • POST /api/auth/login
  • POST /api/auth/register
  • POST /api/auth/signup
  • NextAuth: /api/auth/[...nextauth]

Sync and Share Routes

  • POST /api/clip and GET /api/clip
  • PATCH /api/clip/[id] and DELETE /api/clip/[id]
  • POST /api/share and GET /api/share/[shareId]
  • POST /api/private-share/create and GET /api/private-share/[sessionId]/status
  • POST /api/secure-drop/create
  • POST /api/pwa/share

Billing Routes

  • POST /api/subscription/checkout
  • GET /api/subscription/status
  • POST /api/subscription/webhook

Example: Service Version

Fetch version metadatabash
curl -s https://quilon.dev/api/version | jq