Document Intelligence API with Cognitive Services

Seda Aykutlu 0 Reputation points
2024-07-10T11:07:45.5166667+00:00

Hello,

I have an Azure AI services multi-service account, which includes Document Intelligence too as below image.

User's image

And I am trying to use Document Intelligence API and using cognitive services endpoint and key to send API call.

string requestUri = $"{serviceOptions.Endpoint}/documentintelligence/documentModels/{documentIntelligenceModelType}:analyze?api-version={documentIntelligenceApiVersion}&locale=en-US&stringIndexType=textElements";

User's image

However, I have "NotFound" result from API call. I want to avoid creating Document Intelligence resource as I have multi-service account already which includes access to Document Intelligence.

What is the reason of this issue and how can I use Document Intelligence API/SDK's with multi-service account?

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

1 answer

Sort by: Most helpful
  1. Seda Aykutlu 0 Reputation points
    2024-07-10T12:00:28.4166667+00:00

    Hello,

    yes, I double checked the keys and endpoints and they do exists. Does it has to do anything with location of cognitive service? I have it deployed in uksouth and I am trying to use layout model with docx extension

    0 comments No comments