Unable to Use Custom Analyzer in Azure AI Content Understanding API - ModelNotFound Error
I’m trying to use the REST API for Azure AI Content Understanding, specifically to create and use a custom audio analyzer. While everything works fine in the UI, I’m running into an issue with the API.
I followed the steps in the Azure documentation to create a custom analyzer. The API call to create the custom analyzer returns a 201 Created
status code, so it seems to be successfully created.
However, when I try to analyze a file using this custom analyzer, the API returns a ModelNotFound
error.
Could you please help me understand why this is happening and how I can resolve it? I want to ensure the custom analyzer is properly recognized and works for analyzing files through the API.