My Courses

Create Course From Urls

Create a new course from a list of image URLs (already uploaded) and/or a pasted source text. Used when images have been uploaded via other means (e.g. PDF conversion, photos sent in the chat).

If create_as_teacher is True and the user is a teacher/admin, the course will be created as a teacher course (is_teacher_course=True).

post/my-courses/from-urls

Request body

titlestring required
image_urlsstring[] required
source_textstring nullable
depthinteger
include_qcmboolean
include_flashcardsboolean
include_illustrationsboolean
include_excellence_tipsboolean
custom_instructionsstring nullable
create_as_teacherboolean
subject'maths' | 'physique-chimie' nullable

Response

Successful Response

course_idstring required
statusstring required

Changes

No recorded changes to this endpoint across all 4 revisions of this API.