Sign in

Create course

documented

Create a new course.

POST /v1/coursesContent Managementno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://api.skilljar.com/v1/courses" \
  -X POST \
  -u "{{SKILLJAR_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"title": "{{$title}}", "short_description": "{{$short_description}}", "long_description_html": "{{$long_description_html}}", "promo_image_url": "{{$promo_image_url}}", "promo_video_url": "{{$promo_video_url}}"}'