My Courses
Upload Course Images
Upload base64-encoded images for a new course. This will:
- Upload the files to S3
- Create a new Course document with status "UPLOADING"
- Start a background task to process the course
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).
Returns the course_id and initial status.
post/my-courses/upload
Request body
Response
Successful Response
Changes
No recorded changes to this endpoint across all 2 revisions of this API.