POST
/api/v1/study/explain_backs
Create explain-back questions
Generates explain-back questions for a subject (and optional topic). Synchronous — returns the questions in the response (201 Created).
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
user_id |
string | required | Your identifier for the student (billing) |
explain_back.subject_id |
uuid | required | Subject (must be on your subscription) |
explain_back.topic_id |
uuid | optional | Topic; defaults to the subject’s first topic |
Returns
A questions array; each has id, prompt, and the audio_url / submit_url to use next. The model answer is withheld until a response is submitted.