Sign in

Create web package

documented

Create a web package asset for SCORM or other web-packaged content.

POST /v1/web-packagesContent 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/web-packages" \
  -X POST \
  -H "Authorization: Basic {{SKILLJAR_API_KEY}}:" \
  -H "Accept: application/json" \
  -H "Content-Type: application/json" \
  -d '{"web_package": {"name": "{{$name}}", "description": "{{$description}}", "zip_url": "{{$zip_url}}", "version": "{{$version}}"}}'