Create Training Content [Single]

🚧

Partner Restricted

All endpoints for this API are restricted to providers that have signed a Paylocity technology partnership agreement. Interested organizations should review our partner requirements and contact guidelines.

Summary Description

The Create Training Content [Single] endpoint enables partners to add external media content to a client’s LMS library. This endpoint accepts a POST request to create new content in the customer's LMS library. It is the first step in the two-step process for adding content to the customer's LMS partner content library or on-demand library.

The request includes required content metadata, such as title, description, content URL, and file details. Each content item is assigned a unique external content ID and may include an optional thumbnail URL. The resource schema defines the required and optional properties for content creation.

  • Option 1: Use the payload to add content directly to the customer library.
  • Option 2: Include the training object to add content directly to on-demand trainings.

Ensure that fileDetails.length matches the actual file size. If not, file preview may fail.

Use Cases

  • Partner needs to upload external content metadata (title, description, URL, file details).
  • Partner wants to add content directly to the customer library.
  • Partner wants to add content directly to on-demand trainings.
Language