API Architecture
The REST API follows a session-based workflow:
1. **Create a session** — POST /v1/sessions with your images. 2. **Analyze** — POST /v1/analyze to run AI vision on the session's images. Responses stream via Server-Sent Events. 3. **Review metadata** — GET the analysis results. Edit if needed. 4. **Export** — POST /v1/export with your format, quality, and resize settings. 5. **Download** — GET the processed files.
Each step is independently callable. Run analysis only. Run export only. Skip steps you don't need.
