In my use case I need to add the big amount of documents, and I don’t want to have about 1k requests to achieve this. So the question is how can I add bulk documents to collection in one request?
TL;DR
The user wants to know if it is possible to add bulk documents to a collection in one request. The answer is currently no, it is not possible. The user wants to avoid making 1,000 requests to achieve this. There is no solution provided in the thread.