# Validate project context Validate a field controlling the context of a AI moderated interview project. Endpoint: POST /project/validate-context Version: 1.0.0 Security: api_key, tenant_id ## Request fields (application/json): - `project_objective` (string, required) The project objective to validate Example: "The research on 'The Impact of Formula 1 Excitement on Fan Enthusiasm' is crucial for understanding how the thrill of racing influences spectator engagement and loyalty." - `research_questions` (string, required) The research questions to validate Example: "Our primary research questions focus on understanding the impact of remote work on employee productivity and well-being." - `success_criteria` (string, required) The success criteria to validate Example: "Success for this project would be clearly evidenced by its direct influence on enhancing our product features, refining our design aesthetics, and strategically informing our marketing campaigns." - `recruiting_criteria` (string, required) The recruiting criteria to validate Example: "For this project, we are targeting interviewees who fall within the 30-50 age range, have a background in engineering or product management, and are currently employed in the tech industry." ## Response 200 fields (application/json): - `project_objective` (any, required) - `research_questions` (any, required) - `success_criteria` (any, required) - `recruiting_criteria` (any, required) ## Response 422 fields (application/json): - `detail` (array) - `detail.loc` (array, required) - `detail.msg` (string, required) Example: "field required" - `detail.type` (string, required) Example: "value_error.missing"