How is the content uploaded through the Kaltura API?

There are three ways to upload content to Kaltura API- Single upload, Bulk upload and using Drop folders. Following is an example for a single upload.

  1. Create a session
  2. Media->add – create the entry, get entry ID.
  3. uploadToken->add – create uploadToken object, get token ID.
  4. media->addContent (KalturaUploadedFileTokenResource) <- pass entry ID and token ID.
  5. uploadToken->upload.

Above process outlines the recommended flow. The flow may change depending on the user. Also check XML/CSV for more information on bulk upload or learn from the tutorial.

Was this article helpful?
Thank you for your feedback!
In This Article
Related Articles
Back to top

Never miss a thing!

Subscribe to our customer newsletter and our release notes updates, so you always get the best out of Kaltura.
Newsletter