Skip to content

Commit 5b7ad77

Browse files
Merge pull request #5237 from laujan/436297-add-rest-api-references
add rest api references
2 parents 8df1b1d + 971e7c9 commit 5b7ad77

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

articles/ai-services/content-understanding/quickstart/use-rest-api.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 05/19/2025
1212

1313
# Quickstart: Azure AI Content Understanding REST APIs
1414

15-
* This quickstart shows you how to use the Content Understanding REST API to get structured data from multimodal content in document, image, audio, and video files.
15+
* This quickstart shows you how to use the [Content Understanding REST API](/rest/api/contentunderstanding/content-analyzers?view=rest-contentunderstanding-2025-05-01-preview&preserve-view=true) to get structured data from multimodal content in document, image, audio, and video files.
1616

1717
* Try [Content Understanding with no code on Azure AI Foundry](https://ai.azure.com/explore/aiservices/vision/contentunderstanding)
1818

@@ -29,11 +29,7 @@ To get started, you need **an active Azure subscription**. If you don't have an
2929
3030
:::image type="content" source="../media/overview/azure-multi-service-resource.png" alt-text="Screenshot of the AI Foundry resource page in the Azure portal.":::
3131

32-
* In this quickstart, we use the cURL command line tool. If it isn't installed, you can download a version for your dev environment:
33-
34-
* [Windows](https://curl.haxx.se/windows/)
35-
* [Mac or Linux](https://learn2torials.com/thread/how-to-install-curl-on-mac-or-linux-(ubuntu)-or-windows)
36-
32+
* In this quickstart, we use the cURL command line tool. If it isn't installed, you can download a version for your dev environment: [cURL download page](https://curl.se/download.html).
3733

3834
## Get Started with a prebuilt analyzer
3935

articles/ai-services/content-understanding/whats-new.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ Azure AI Content Understanding service is updated on an ongoing basis. Bookmark
1818

1919
## May 2025
2020

21-
The Azure AI Content Understanding **`2025-05-01-preview`** REST API is now available. This update introduces the following updates and enhanced capabilities:
21+
The Azure AI Content Understanding [**`2025-05-01-preview`**](/rest/api/contentunderstanding/content-analyzers?view=rest-contentunderstanding-2025-05-01-preview&preserve-view=true) REST API is now available. This update introduces the following updates and enhanced capabilities:
2222

2323
### Processing modes
2424

25-
With the **`2025-05-01-preview`** release, we introduce two modes: `standard` and `pro`.
25+
With the [**`2025-05-01-preview`**](/rest/api/contentunderstanding/content-analyzers?view=rest-contentunderstanding-2025-05-01-preview&preserve-view=true) release, we introduce two modes: `standard` and `pro`.
2626
The default mode for all analyzers is `standard`.
2727
Content Understanding pro mode adds reasoning, support for multiple input documents, the ability to configure an external knowledge base for linking, enrichment, and validation.
2828
These features automate complex tasks by extending field extraction capabilities to cover scenarios that previously required custom code or human effort.

0 commit comments

Comments
 (0)