{"message":"Welcome to the NERC GADS Validator API v2.0.0","description":"An API to validate NERC GADS data submissions against schema, facts, and consistency rules.","endpoints":{"/validate/":"Upload and validate GADS Excel files (returns file_id for DB storage)","/generate_report/":"Generate PDF reports from validation results","/generate_highlighted_excel/":"Generate highlighted Excel with issues","/api/quick-fix/apply":"Apply quick fixes to Excel files (use file_id)","/api/quick-fix/get-current-values":"Get specific field values for a row (dynamic field selection)","/api/quick-fix/get-calculated-values":"Get calculated values (e.g., MAX_AIH) for a row","/api/quick-fix/get-hour-balance-values":"[Legacy] Get all hour balance fields for a row","/api/files/download/uploaded/{file_id}":"Download uploaded file by ID","/api/files/download/fixed/{file_id}":"Download fixed file by ID","/api/files/{file_id}/fixed":"List all fixed versions of an uploaded file","/api/resources/download/guidelines":"Download NERC GADS reporting guidelines PDF","/api/resources/download/template":"Download GADS reporting template Excel"},"workflow":"1. Call /validate/ with your Excel file (get file_id) → 2. Use file_id with /api/quick-fix/apply → 3. Download fixed file with /api/files/download/fixed/{file_id}","documentation":"/docs"}