Create an asset

Use this endpoint to create an asset in the Library with it's metadata.

Body Params

The request body should contain info about the asset.

owner
object
required

The owner of the asset. Either the user's ID or the email must be specified. Only Coaches and Publishers can be the owner of an asset.

asset
object
required

The asset that is being created.

string
required

The title of the Asset

string

The description of the Asset

string

The url of the downloadable image that will be used as the asset's thumbnail.

integer

The ID of the Parent Folder where the file will live. If not specified, the file will be added to the top-level of the library

videoTranscript
object

The video transcript. Only used for Video assets.

date

The date that the asset will expire. If left empty, then the asset will inherit the due date based on the company's default expiration period for assets

tags
array of objects

The tags array should include an object for each tag group with the tags that are assigned to this asset. Unrecognized tag groups and tags will be ignored.

tags
string
enum

Is the asset internal-facing or external-facing?

Allowed:
externalContentInfo
object

Information about the external system that this content is sourced from.

Responses

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