Create a New Course

Create a new Course with JSON payload

📘

Note

  1. Any additional data that is part of JSON payload will be ignored silently.
  2. For the image/thumbnail value, client first needs to call the Media API to upload the image, and then send out the image URL (filename) in the payload.
  3. Audience: Need to call an API to get the Audience data and pass the respective id in an array.
Error CodeError Description
400 - Bad RequestMissing required filed(s)
401 - UnauthorizedMissing "Authorization" in header.
Invalid "Authorization"
403 - ForbiddenLogin required to create.
Language
Authorization
Header
Click Try It! to start a request and see the response here!