Skip to main content
Best Answer

Courses mass upload

  • April 30, 2024
  • 8 replies
  • 275 views

msantos
Helper II
Forum|alt.badge.img+2

Is it possible to to upload courses or learning object  using a massive upload process?

Best answer by lrnlab

you would need to use the API’s to do that...I use it in the past to create a few hundred courses at once and with the help our IT team, it went very we'll...just make sure to run a few tests before trying to load a bunch of courses...nothing worse than missing a setting and having to go int o each course manually, etc.

8 replies

lrnlab
Hero III
Forum|alt.badge.img+10
  • Hero III
  • Answer
  • April 30, 2024

you would need to use the API’s to do that...I use it in the past to create a few hundred courses at once and with the help our IT team, it went very we'll...just make sure to run a few tests before trying to load a bunch of courses...nothing worse than missing a setting and having to go int o each course manually, etc.


msantos
Helper II
Forum|alt.badge.img+2
  • Author
  • Helper II
  • April 30, 2024

@lrnlab , thank you. 

So, using APIs, we can upload scorms files, videos etc in order to create a courses? 

Please, confirm my understanding. 


lrnlab
Hero III
Forum|alt.badge.img+10
  • Hero III
  • April 30, 2024

It’s been a while but I think you only upload content, thumbnails, etc. if the resources reside somewhere the API can pick it up like a content server...


msantos
Helper II
Forum|alt.badge.img+2
  • Author
  • Helper II
  • April 30, 2024

Hi @lrnlab thank you for your help.


Forum|alt.badge.img
  • Contributor I
  • May 23, 2024

What API are you using to do this @lrnlab?


lrnlab
Hero III
Forum|alt.badge.img+10
  • Hero III
  • May 23, 2024

@amy.rogers I think it was this one:

https://doceboapi.docebosaas.com/api-browser/#!/learn/Course/Course_learn_v1_courses_0

we had our coder create a loop as it only creates 1 course at a time.


Forum|alt.badge.img
  • Contributor I
  • May 23, 2024

@amy.rogers I think it was this one:

https://doceboapi.docebosaas.com/api-browser/#!/learn/Course/Course_learn_v1_courses_0

we had our coder create a loop as it only creates 1 course at a time.

Beautiful, thank you so much!!


msantos
Helper II
Forum|alt.badge.img+2
  • Author
  • Helper II
  • May 23, 2024

Hi All,

In my opinion, the best way to do a course mass upload is to using Docebo migration package, that uses an AWS S3 Bucket to keep all courses and upload into Docebo´s LMS.