Download a SCORM package

Builds a SCORM package for the video and streams it back as a zip file (Content-Type: application/zip) — not JSON. The package is built on demand and deleted from the server once the response closes.

passingScore and completionRate are mutually exclusive: send one or neither, never both. Both are percentages between 0 and 100.

The video must have been rendered; packaging an unrendered video has nothing to include.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
curl -X GET 'https://apis.elai.io/api/v1/videos/66a1f0c2b7cd13032a9c6002/scorm' \
  -H 'Authorization: Bearer YOUR_API_TOKEN'
Path Params
string
required

Video id (24-char hex ObjectId).

Query Params
string
enum
Defaults to 2004v4

SCORM version. Any other value is rejected.

Allowed:
integer
0 to 100

Quiz score required to pass. Cannot be combined with completionRate.

integer
0 to 100

Playback percentage required for completion. Cannot be combined with passingScore.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

version, a percentage outside 0–100, or passingScore and completionRate sent together.

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/zip
application/json