This directory contains API contract documentation for backend services.
Since the backend APIs are not yet implemented, this documentation serves as:
- Contract definition for frontend-backend communication
- Reference for backend developers when implementing APIs
- Mock data guide for current development
- OpenAPI spec when ready for production
authentication.md- Auth endpoints (login, register, refresh token)user.md- User profile managementrecording.md- Recording session endpointswebsocket.md- Real-time communication spec
When the backend is ready:
- Update these docs with actual endpoints
- Add OpenAPI/Swagger spec
- Include example requests/responses
- Document error codes and handling