Hi @Shabir_Hamid, I have implemented some automated search index creation and can confirm that the API throws an error if you try to create an index with the same name.
In my case I implemented logic to request the existing search indexes on the collection and then check to see if any of them have the same name. If not then the request to create the index is created.