{"message":"Welcome to the Gemma3 API - Job Description Analysis System","endpoints":[{"path":"/api/v1/generate-jd","method":"POST","description":"Generate a job description using LangChain-based router","body":"See jd.py router for details"},{"path":"/jd_parser","method":"POST","description":"Parse a job description (PDF or DOCX) and extract structured information in JSON format","body":"Upload a PDF or DOCX file"},{"path":"/jd","method":"POST","description":"Generate interview questions based on a job description and resume data","body":"Upload a JD file (PDF/DOCX) and provide question scales and resume data as JSON"},{"path":"/jd_only","method":"POST","description":"Generate interview questions based only on a job description JSON (no resume data needed)","body":{"jd_json":"Job description data from /jd_parser endpoint"}},{"path":"/interfix","method":"POST","description":"Extract interview information from call summary or transcript (VAPI response)","body":{"summary":"Call summary or transcript text"}}]}