Skip to main content
https://.thoughtindustries.com

Create Courses

Creates one or more courses using the provided attributes

Creates one or more courses using the provided attributes.

POSThttps://example.thoughtindustries.com/incoming/v2/content/course/create

Example request

curl -X POST "https://example.thoughtindustries.com/incoming/v2/content/course/create" \
  -H 'Authorization: Bearer YOUR_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
  "courseAttributes": []
}'

Parameters

NameTypeRequiredLocationDescription
courseAttributesCourseAttributes[]YesbodyArray of attribute objects defining the courses to create.

Example response

{
  "data": {
    "APICreateCourses": {}
  }
}