Error 404 resource not found - Form recognizer

Aaryan luke mehra 20 Reputation points
2025-01-06T20:23:20.7766667+00:00

Hi,

I am trying to use the form recognizer service in Azure AI. The goal is to use the business card model, I wanted to test out using the tax.us.w2 model first but I am unable to get it working. I am using post-man to test out if the endpoint works, I keep getting a 404-error message. This is my URL I am using, in the parameters I am using key "api-version" as 2024-11-30. in the body I pass a base64Source. Headers have "Content-Type" and "Ocp-Apim-Subscription-Key". looking for some support on this. can anyone tell me what's wrong?

User's image

User's image

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,848 questions
{count} votes

Accepted answer
  1. VasaviLankipalle-MSFT 18,386 Reputation points
    2025-01-06T22:47:40.2666667+00:00

    Hello @Aaryan luke mehra , Thanks for using Microsoft Q&A Platform.

    As we know, Form Recognizer is now Azure AI Document Intelligence. If you are working with API Version: 2024-11-30, please use the service name documentintelligence in the function call. For older API versions, use formrecognizer.

    In your code, after the endpoint, replace formrecognizer with documentintelligence. This should resolve the issue.

    For example:

    POST {endpoint}/documentintelligence/documentModels/{modelId}:analyze?_overload=analyzeDocument&api-version=2024-11-30
    

    Here is the sample code you can refer to: https://zcusa.951200.xyz/en-us/rest/api/aiservices/document-models/analyze-document?view=rest-aiservices-v4.0%20(2024-11-30)&preserve-view=true&tabs=HTTP

    I hope this helps.

    Regards,

    Vasavi


    -Please kindly accept the answer and vote 'yes' if you feel helpful to support the community, thanks.

    2 people found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.