Getting 404 : Resource not found error while using document intelligence in azure AI services

Nishigandha Lad 30 Reputation points
2023-12-11T08:13:06.47+00:00

I have created a service in Azure Document Intelligence. I am logging into document intelligence with api endpoint and api key. Getting an error while I am trying to run the analysis.

Error while running the analysis:User's image

I am logging in with same API endpoint and API key as provided in service resource management.

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,100 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
3,601 questions
{count} votes

4 answers

Sort by: Most helpful
  1. Azar 29,520 Reputation points MVP Volunteer Moderator
    2023-12-11T08:55:08.12+00:00

    I guess the API is unable to locate or retrieve the image specified in your analysis request. This could be due to various reasons

    Ensure that the URL provided for the image in your analysis request is correct and accessible please Verify that the URL is publicly accessible from the internet.

    Confirm that the image is hosted on a server that allows external access. If the image is hosted locally then it may not be reached

    and finally check If your image URL contains special characters, make sure it is properly URL-encoded. Special characters in URLs can cause issues if not encoded correctly.

    If this helps kindly accept the answer thanks much.

    1 person found this answer helpful.
    0 comments No comments

  2. 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

  3. 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

  4. Theodore Long 0 Reputation points
    2024-02-07T21:53:09.6733333+00:00

    Having the same issue - it seems as well that the resource type is listed as 'FormRecognizer' in Azure portal. Not sure if that is related

    0 comments No comments

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.