Upload Courses

The single course creation endpoint provides functionality for creating individual courses, one-at-a-time. You may create a single course by making a POST request with a valid course object to the /curricular-skills/courses endpoint. The course object must contain, at the minimum, a site, title, and a boolean value for isPublished. id will be ignored, if provided, as it is automatically generated and cannot be changed.

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here!