API Overview
The Ever Gauzy API is a RESTful HTTP API built with NestJS. It provides comprehensive endpoints for all platform features, with auto-generated OpenAPI (Swagger) documentation.
Base URLโ
| Environment | API Base URL | Swagger UI | API Docs |
|---|---|---|---|
| Local Development | http://localhost:3000/api | http://localhost:3000/swg | http://localhost:3000/docs |
| Demo | https://apidemo.gauzy.co/api | https://apidemo.gauzy.co/swg | https://apidemo.gauzy.co/docs |
| Staging | https://apistage.gauzy.co/api | https://apistage.gauzy.co/swg | โ |
| Production | https://api.gauzy.co/api | https://api.gauzy.co/swg | https://api.gauzy.co/docs |
All endpoints are prefixed with /api/.