Skip to content

Reports

AI-generated evaluation reports for completed interviews.

Key APIs

MethodPathPurpose
GET/v1/reports/:interviewIdFull report document
GET/v1/reports/:interviewId/statusGeneration status
POST/v1/reports/:interviewId/retryAdmin reset and regenerate

Business Rules

  • One report per interview; generation usually runs async after settlement.
  • Skips or marks insufficient evidence when the interview is too short or lacks substantive answers.
  • Admin retry runs generation inline in the API (up to attempt limits).

Dependencies

  • OpenAI (structured report generation)
  • SQS (normal path from interview settlement)

Sophia AI Interview Platform — Internal Documentation