POST
/api/v1/study/flashcards
Create flashcards
Generates a set of flashcards for a subject and topic. Asynchronous — returns 202 Accepted with a flashcard_set_id and status: generating. Await the study.flashcards.completed webhook or poll Retrieve flashcards.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
user_id |
string | required | Your identifier for the student (billing) |
flashcard.subject_id |
uuid | required | Subject (must be on your subscription) |
flashcard.topic_id |
uuid | required | Topic under the subject |
Returns
A generating set with flashcard_set_id and a poll_url.