Passing multiple N1QL queries from REST API to Query Endpoint

Hi ,
I can run single N1QL query using REST API towards Query Service endpoint. Is there any way to run multiple N1QL queries using single REST API Call. For example, I want to insert some prerequisite data for the application run(configurations) and want to insert all the statements using a single REST API Call(Batching).

I can do that using cbq prompt, but In my case I want to do the same from Application node which is different from couchbase cluster.

Please provide some info on this regard.
Thank you!
Paresh

Use Bulk Insert described here https://docs.couchbase.com/server/6.0/n1ql/n1ql-language-reference/insert.html

1 Like

Thank you so much for providing me the link.
Regards
Paresh