Multiple content creation

Description

What would be the best approach to tackle the following scenario?
I’d like to allow content creation via an excel file upload.

I thought about creating a different schema and a webhook that will read the xls file and create the content using creation API. But I’m talking about hundreds of lines, meaning this will result in hundreds of API calls, which seems to me not the best approach.

Environment

  • Cloud-hosted with a Business plan

But this is the only option right now.