I have created azure storage account and blob container and also created azure search service added blob container in this search service so when i upload new document to the blob i need to refresh the indexer through the REST API call using python please give me a suggestion is there API to refresh the indexer.
An indexer can have a schedule, so the indexer will automatically run periodically and index new or changed blobs. Take a look at indexing blob storage.