| Method | Path | Description |
| GET | / | This page |
| POST | /pdf | Convert HTML to PDF (JSON body with url or base64 HTML) |
| GET | /serve/:filename | Serve a static file from the PDF folder |
| GET | /dashboard | User dashboard |
| POST | /organizations | Create an organization |
| POST | /auth/register | Register a new user account |
| POST | /auth/login | Log in and receive a JWT |
| POST | /auth/logout | Log out |
| GET | /auth/me | Current user info |
| POST | /auth/change-password | Change password |
| POST | /auth/forgot-password | Request a password reset email |
| POST | /auth/reset-password | Reset password with token |
| GET | /auth/verify-email | Verify email address |
| POST | /auth/resend-verification | Resend verification email |