v34

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-02527773.5 KB
hyperion-problem-statement

post/api/hyperion/courses/{courseId}/problem-statements/rewrite

Path parameters

courseIdinteger required

Request body

problemStatementTextstring required

Original problem statement text to be improved

Response

OK

rewrittenTextstring required

Improved problem statement text

improvedboolean required

Whether the text was actually improved

Example response

{
  "improved": true
}