- Logic: Python
- API Framework: FastAPI
- Database: MongoDB
- LLM: OpenAI: GPT-3.5-turbo
All endpoints must return JSON compatible data.
- API Root
/Swagger Docs - API Version
/version() -> String- HTTP Method: GET
- Create User
/validate(transcript) -> Bool- HTTP Method: GET
/app/Application Package__init__api.pyAPI Filedatabase.pyDatabase Interface
.envEnvironment VariablesProcfileServer Run Scriptrequirements.txtDependenciesrun.shLocal Run Script