API introduction

Org-scoped REST API served by Nitro under /api.

The Resizes AI API is a same-origin REST API used by the web app. Requests are authenticated with a session cookie after Google SSO. All organization resources live under /api/organizations/{'{'}id{'}'}/....

Base URL

https://resizes.ai/api

Response format

Successful responses return JSON bodies. Errors use a consistent structure with HTTP status codes and machine-readable codes where applicable.

  • GET /api/health — health check
  • GET /api/version — application version
  • GET /api/me — current user and memberships