Hi there Anurag K
Thanks for using QandA platform
for this i guess you need to process each image individually since the API doesn't support batch processing directly. You can upload your images to Azure Blob Storage and generate SAS tokens for access. Then, create a loop in your script to send each image URL to the API sequentially. Collect the results by polling the operation location URLs provided in the response headers. by thhis way, you avoid repeatedly calling the API for similar images one by one and can handle multiple images
If this helps kindly accept the answer thanks much.