Skip to content

Commit b597cbe

Browse files
committed
add REST API
1 parent feb1b39 commit b597cbe

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

articles/ai-services/content-understanding/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ landingContent:
2020
- text: What is Azure AI Content Understanding?
2121
url: overview.md
2222
- text: Azure AI Content Understanding REST API
23-
url: /rest/api/aiservices/
23+
url: /rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true
2424
- text: FAQ
2525
url: faq.yml
2626

articles/ai-services/content-understanding/quickstart/use-ai-foundry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ To follow are several of our video analyzer templates.
122122

123123
## Next steps
124124

125-
* In this quickstart, you learned how to create an analyzer in Azure AI Foundry. To use [REST API](/rest/api/aiservices/), *see* the [REST API quickstart](use-rest-api.md).
125+
* In this quickstart, you learned how to create an analyzer in Azure AI Foundry. To use [REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true), *see* the [REST API quickstart](use-rest-api.md).
126126

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.date: 11/19/2024
1212

1313
# Quickstart: Azure AI Content Understanding REST APIs
1414

15-
* Start using the latest preview version of the Azure AI Content Understanding [REST API (2024-12-01-preview)](/rest/api/aiservices/).
15+
* Start using the latest preview version of the Azure AI Content Understanding [REST API (2024-12-01-preview)](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true).
1616

1717
* Azure AI Content Understanding is a new generative AI-based [**Azure AI Service**](../../what-are-ai-services.md) that analyzes files of any modality (documents, images, videos, and audio) and extracts structured output in user-defined field formats.
1818

1919
* Integrate the Content Understanding service into your workflows and applications easily by calling our REST APIs.
2020

21-
* This quickstart guides you through using the [Content Understanding REST API](/rest/api/aiservices/) to create a custom analyzer and extract content and fields from your input.
21+
* This quickstart guides you through using the [Content Understanding REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true) to create a custom analyzer and extract content and fields from your input.
2222

2323
## Prerequisites
2424

@@ -542,6 +542,6 @@ The 200 (`OK`) JSON response includes a `status` field indicating the status of
542542

543543
## Next steps
544544

545-
* In this quickstart, you learned how to call the [REST API](/rest/api/aiservices/) to create a custom analyzer. For a user experience, try [**Azure AI Foundry**](https://ai.azure.com/).
545+
* In this quickstart, you learned how to call the [REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true) to create a custom analyzer. For a user experience, try [**Azure AI Foundry**](https://ai.azure.com/).
546546

547547

articles/ai-services/content-understanding/service-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ The following limits apply as of version 2024-12-01-preview.
9292
Classification fields can be defined to return either a single category (single-label classification) or multiple categories (multi-label classification).
9393

9494
* **Single-label classification**: Defined using a string field with the `classify` method. It can be a top-level basic field or a subfield within a group or table.
95-
* **Multi-label classification**: Represented as a list of string fields with the `classify` method. In the [REST API](/rest/api/aiservices/), `method=classify` and `enum` are specified on the inner string field and can only be a top-level field.
95+
* **Multi-label classification**: Represented as a list of string fields with the `classify` method. In the [REST API](/rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true), `method=classify` and `enum` are specified on the inner string field and can only be a top-level field.
9696

9797
*Note: Document analyzers currently don't support classification fields.*
9898

articles/ai-services/content-understanding/toc.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,15 @@ items:
4646
- name: Video
4747
href: video/overview.md
4848
displayName: video, audio, voice, recognition, synthesis, speaker, identification, verification, diarization, transcription, translation, language, understanding, sentiment, analysis, emotion, detection, pronunciation, model
49-
- Name: Reference
49+
- name: Responsible AI
50+
items:
51+
- name: Transparency note
52+
href: /legal/cognitive-services/content-understanding/transparency-note?toc=/azure/ai-services/content-understanding/toc.json&bc=/azure/ai-services/content-understanding/breadcrumb/toc.json
53+
- name: Data, privacy, and security
54+
href: /legal/cognitive-services/content-understanding/data-privacy?toc=/azure/ai-services/content-understanding/toc.json&bc=/azure/ai-services/content-understanding/breadcrumb/toc.json
55+
- name: Reference
5056
items:
5157
- name: REST API
5258
displayName: quota, tiers, throttle, max, adjustments, requests, support, ocr
53-
href: /rest/api/aiservices/
59+
href: /rest/api/contentunderstanding/operation-groups?view=rest-contentunderstanding-2024-12-01-preview&preserve-view=true
5460

0 commit comments

Comments
 (0)