Generate Course Structure
POST https://api.deep-learn.ai/v1/course/structure
Given some source text the DeepLearn model will produce a well structured list of page titles representing the course.
Request body
Text to be used as the source for the course structure.
The title of the course, this helps to give the model context for the course structure.
A description of the learner. Eg. "A beginner who want to learn about machine learning."
A description of the learner's language level. Eg. "adult", "6 year old child child", "English not first language".
An array of learning objectives for the course. The model will use these to ensure the learning objectives are covered in the course structure.
The approximate number of pages the course should have.
Returns
An array of page titles representing the course structure.
Indicates if the request was successful.
The error code if the request was not successful.
The error message if the request was not successful.